Use of Display and Query business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:19 AM
Can anyone tell me the use of display and query business rule.
Also whats the difference between the two?
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:31 AM
Thats about the async, but i am looking for examples over display and query rules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:34 AM
Hi Snow,
- Display BR runs before the form loads
- Query BR are used to restrict the records. Ex here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 12:24 AM
Hi Snowlearner,
Display Business Rules are used to reduce the overhead of Ajax calls at client side.Basically you will put all the values in a g_scrachpad object using the display business rules.You can access them at client side.
Where as query business rules are used to restrict the user access to some of the records in a table.Look at this example Scripting in Business Rules - ServiceNow Wiki
Thanks
Srinivas