QuestionQ67
Extend the user experienceUsers open a form in a model-driven app through a special URL that supplies values for three lookup columns.
The form has three tabs: A (the default), B, and C. JavaScript is currently registered as follows:
- OnLoad: A lookup column on every tab retrieves data that populates columns on that same tab.
- OnSave: Data validation uses calculations involving columns on the form. When a value falls outside the allowed range, the record must not be saved.
Creating a new record is taking too long to load and save. Create event registrations that shorten both operations without removing functionality.
Select
OnLoad
OnSave
Community Discussion