Run a script automatically when an update set is committed in an instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 12:05 AM
Hi All,
There is a module developed (P) and captured in update set. This module is not standalone. It is an extension of another module (Q) So it can be installed only if other module (Q) is present in the instance.
When this module is installed in any other instance, it needs some configuration to be made. This configuration depends on the target instance module (Q) configuration and some of it's data.
There is a script written to do the configuration. Simply running this script will take care of the above step.
Is there any way to have this script captured in update set (for module P) and run automatically in the target instance when the update set for module (P) is committed.
Thanks
Balu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020 11:35 PM
Hi,
On which table have you created the event?
Can you check if the Br is running. Add logs inside the Br and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
To anyone who comes across this and is wanting to do this I can confirm it does work. You must consider this would happen after every retrieved update set is committed. For my case I only wanted it to happen once so I added to the business rule conditions that Name = "name of update set". The sys_id does not work as it will not match the original update sets sys_id on the remote update set table even if you import the XML.
