Hi Community,
I'm working on a task where I need to associate a record in subgrid, and this can be achieved by adding entity form metadata. But once user clicks on Associate button, once pop-up will be comes up on screen and it should only display records which are not associated with the record on entity form.
Example:
In portal, You are on an account record and there's a Contacts subgrid. And in subgrid I can see below listed contacts.
1) Contact1
2) Contact2
Now I want to associate Contact3 with this account. So, I'll click on Associate button and pop up will be there to select contact, but in this pop-up I can see all contacts, I don't want to show associated contacts(Contact1 and Contact2). Except these 2 contacts should be displayed in pop-up.
Suggest any solution to achieve this.
Thanks,
Hardik Chauhan