What are the difference between UI Policy and Data Policy? (Choose any two)
UI policy acts when a record is inserted/updated through a ServiceNow UI while Data policy acts whenever a record is inserted/updated into database through any means, UI Policy runs on the client side whereas Data Policy runs on the server side.
Which statement best describes difference between Data Policy and UI Policy?
UI policy is client side and the Data policy is server side.