0

I got stuck in a situation where I have to deal with the following scenerio:

I need to add some users for meeting using sub grid view , and the users I have selected for the meeting should needs to be available in my other sub grid section which is (discussion point), from where I can select only those users which I selected them in meeting sub grid.

Thanks, Haseeb

1 Answers1

1

Never came across such scenario but I think you can achieve this as following:

  1. Register plugin on associate message (e.g. Like This) and check the association between you main entity and users selected for meeting.
  2. On Association between Meeting user and main entity, also associate discussion group user and main entity programmatically (inside plugin). e.g. associate

Let me know if it work for you.

Scorpion
  • 4,495
  • 7
  • 39
  • 60