Run/Call a UI in Business Rule
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2013 03:05 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2015 07:06 PM
Has anyone found a way to call UI acton from Business rule or Server end?