Hi
Hope you can help.
I have a custom entity Called Notifications and when a record is created in that entity i need to get all the associated accounts where a specific field matches that on the accounts records. Then create a list of those accounts found in another Custom entity called Notification list
We need to raise a Notification request and on this is a field called van route.
We then need the system to find all the accounts with the same van route specified on the notification request.
Once this has been done we need the system to create a Notification list of all the accounts that have the same van route as the Notification request entity.
Example below Notification request van route is 95. Accounts that have a van route of 95 is 3 so i would need a Notification list creating for all 3 records.
Thanks for any help