Hi,
I have a process that when a Member been created in Entity A, it requires to populate Entity B with Members related (via DBA) to the new member(s) created for Entity A.
I have created a business rule in Entity A that runs a user defined script that inserts records into staging of Entity B, then runs the Staging Stored Procedure.
How do I run the validation for Entity B automatically right after the business rule for Entity A completed?
H