Here's my scenario:
I have two custom entity, Vehicle and Drive.
When I open a Vehicle record, I want to have a button on top of the form. When I click the said button it will open the Drive form and should auto populate some fields from Vehicle.
Please guide me on how to achieve this.
Thanks in advance.