Display BR

vinod6
Tera Contributor

Are you use the current and previous values in display Business rules.

Please help any one. and give the any real time scenario for Display BR

 

Thanks 

4 REPLIES 4

Musab Rasheed
Tera Sage

Hello,

Display business rule purpose is to pass information from server side to client side, generally information is passed from display business rule like if user part of group etc to on load client script and on load client script will process information and use for field validation.

 

Coming back to your question if current/previous objects can be used ? yes it can be used but honestly it is not required as mostly display BR is used for client side purpose.

Please hit like and mark my response as correct if that helps
Regards,
Musab

Danish Bhairag2
Tera Sage

Hi @vinod6 ,

 

Please check the below link for ur question

https://www.servicenow.com/community/developer-forum/display-business-rule/m-p/2496243#M973109

 

Thanks,

Danish

 

abirakundu23
Giga Sage

Hi @vinod6 

 

Display BR: 

Display rules are processed when a user requests a record form.

The data is read from the database, display rules are executed, and the form is presented to the user. The current object is available and represents the record retrieved from the database. Any field changes are temporary since they are not yet submitted to the database. To the client, the form values appear to be the values from the database; there is no indication that the values were modified from a display rule. This is a similar concept to calculated fields.

Please follow below articles -

display business rule servicenow - Search (bing.com)

Classic Business rules (servicenow.com)

 

Please mark helpful if it's really worth for you.