Hi ppl, How to call a ui page form business rule??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2017 06:00 PM
i'm new to servicenow pls suggest me, How to call a ui page form business rule??
And How to call a ui page formclient script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2022 09:59 PM
Requirement is that we need to create baseline from Project form whenever the state changes from Initiating to planning or from planning to executing or whenever the state (phase) changes on Project form.
There is one more thing to note that whenever we click on Create Baseline UI action form link, it creates baseline and the UI action calls UI page create_baseline. So, in this case, we need to write business rule for state change gets saved and call that UI page. Or is it possible to call it from client script ?