March 2017
Beginner
358 pages
9h 51m
English
Display business rules execute on the server when a request is made to display a record in a form, but before the data is sent from the server to the client. The current object is available to Display business rules, but any changes to the field values, while they are sent to the client and displayed in the form, are not permanent unless the user saves the record with the new values.
The primary usage of a Display business rule though, is to set values on the g_scratchpad object. This object is passed to the client, along with the rest of the data about the record, which means that it's also accessible on the client. Thus, Display business rules can be used to retrieve data from the server, and send ...
Read now
Unlock full access