March 2020
Beginner to intermediate
426 pages
13h 11m
English
This event triggers when an entity form loads. If we want to run our script as soon as an entity form is loaded—for example, auto-populating entity field values and showing and hiding fields—we can associate our script with this event. We can bind our functions to this event using form properties like the following:

We can also bind a function to an OnLoad event using the addOnLoad method, as follows:
formContext.ui.addOnLoad(accountOnLoadFunction)
Read now
Unlock full access