Understanding on load actions
The script actions that you define in the on load event will be executed when a user opens a form. Let's assume you have an Employee Management application. In that app you have a Leave Request form which the employees use to submit leave requests. ...