
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2016 02:10 PM
I am building a business rule that will send an API message when an Update Set is Committed on Production.
What conditions should be used in a business rule to trigger when an update set changes to Committed?
What table should the Business Rule run upon?
I tried sys_update_set and sys_update_set_log but could not really find a straightforward condition that will trigger the rule when update set changes to committed.
I have the message working I just need the condition.
Thanks
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2016 02:18 PM
It should be on "sys_remote_update_set" table.(Retrieved Update sets)
Conditions state changes to committed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2016 02:18 PM
It should be on "sys_remote_update_set" table.(Retrieved Update sets)
Conditions state changes to committed