If a repository already has a trigger defined for it, to configure the repository
to use Change Notification, update the existing trigger to call the Change Notification
trigger as a final step before it saves any updates to the record the existing trigger
is processing.
Warning: Do not configure a repository to directly invoke
more than one trigger because it may cause multiple versions of records to be
created each time an attribute value is edited.
To integrate the Change Notification Trigger into an existing trigger:
-
Edit the repository's trigger properties:
- Log into the Classic UI.
- Open the Feature bar, open the folder holding the repository, select the repository, select Edit, and select Trigger Properties.
-
Configure the existing trigger to pass the DB session to the trigger by
setting the External Handler PassIn DBSession
Indicator property to
true
.
-
Edit the source file for the existing trigger:
- Repeat the above steps for each existing trigger.