difference between ui policy, data policy and script include?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 10:12 PM
hi all,
I'm little bit confuse about the difference between ui policy, data policy and script include?
can any one help me?
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 10:15 PM
UI policy is client sided script whereas script include is a server side script.
Below links will be helpful to understand.
http://wiki.servicenow.com/index.php?title=Differences_Among_Scripts#gsc.tab=0
What is the difference between UI policy and data policy?
What is the difference between UI policy and data policy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 11:16 PM
Data policy isn't client sided
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 11:21 PM
Thanks Kalai for correcting me. I was not sure on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2016 10:21 PM
HiRajesh,
Data policy:Enable administrator to set mandatory and read only states for fields and can be used to enforce data consistency across application
UI Policy:A rule that applies to a form to dramatically change form information or the form itself,An alternative to client script which also run on the client side.
Script Include:It is a piece of java script which store function and classes. Each script include defines either an object class or a function. Script includes run only when called by a server script.
For more information go through all links those are mentioned by Tonumoy.
Thanks,
Farukh