I am trying to mimick Add Existing button action in an entity which is used to relate 2 other entities.
For example, let's assume in a leasing company we have cars and drivers and we are building 3-rd entity called Car Driver-
in which we hold all the relationships between those entities.
This table will mimick Many To Many relationship.
so, if we are on a car record, and we want to add car driver, I want the user to have only to choose drivers from Look Up Record form (of Drivers),
and to create the new records\relationships automatically in the code.
I would like to know if I can display Look Up Record form and get the selected records by code, and how.
Thanks a lot in advance!
*This post is locked for comments