We have the situation that in a form you can choose a subselection of accounts.
An account can belong to multiple groups like shipper, transporter, agent
In the form we have a column with a lookup table variant, so that we only have a slection of accounts belonging to for example shipper group.
Everything works ok.
Now if we go to the selection detail form (clicking the magnifier glass) it will be easier for the person who are filling in the form to add a new shipper from there.
However after adding the account, the account is not visible in the form anymore, because there is no connection with the account group 'shipper'
Is it possible to detect which table variant you are using so that after inserting the new account, also a new entry is inserted in the table account group?