When Update Set is Committed Trigger Business Rule Condition

Katie A
Mega Guru

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

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

It should be on "sys_remote_update_set" table.(Retrieved Update sets)


Conditions state changes to committed


View solution in original post

1 REPLY 1

Abhinay Erra
Giga Sage

It should be on "sys_remote_update_set" table.(Retrieved Update sets)


Conditions state changes to committed