Hi ppl, How to call a ui page form business rule??

Sachin65
Tera Expert

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??

5 REPLIES 5

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 ?