Run/Call a UI in Business Rule

doug_penta
Kilo Explorer

I need to know how to run the UI Action(Refresh Impacted Services) when the value for the Configuration item field on the Change Request form changes.

I was told I need to create a Business Rule. Here is the if condition:

// check to see the CI field has changed
if(current.cmdb_ci.changes())
run UI action named "Refresh Impacted Services" - this is what i need the proper script for.

5 REPLIES 5

Deepak Ingale1
Mega Sage

Has anyone found a way to call UI acton from Business rule or Server end?