- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 06:52 PM
- Data Policies run when data is entered through the form, by an Import Set, or by web services, while UI Policies are set only by web services
- Data Policies can be converted into UI Policies, but UI Policies cannot be converted into Data Policies
- Data Policies run regardless of how data is entered into ServiceNow, while UI Policies are used for form interactions
- Data Policies run only after UI Policies run successfully
which is correct? I saw different answers on the web. A or C? I am confused, which one is correct.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 11:10 PM
Hi Lei,
A is wrong because UI policies also is effective on forms.
B is wrong because Data Policy can be converted to UI Policy and UI Policy can also be converted to Data Policy.
D is wrong because data passed from REST API won't be run UI Policy but Data Policy would still apply.
This leaves choice C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 09:29 PM
Hi, If I am not wrong B is correct

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 11:10 PM
Hi Lei,
A is wrong because UI policies also is effective on forms.
B is wrong because Data Policy can be converted to UI Policy and UI Policy can also be converted to Data Policy.
D is wrong because data passed from REST API won't be run UI Policy but Data Policy would still apply.
This leaves choice C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2022 10:48 AM
thanks for the clear explanations!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 11:19 PM
All points are correct except UI policy can be converted to datapolicy and vice versa (if there is no scripting involved).