Some Limitations of BeforeLoad() in User Event Script

beforeLoad() Entry point limitations:

  • beforeLoad() user events cannot be triggered when you load/access an online form.
  • Data cannot be manipulated for records that are loaded in beforeLoad scripts. If you attempt to update a record loaded in beforeLoad(), the logic is ignored.
  • Data can be manipulated for records created in beforeLoad() user events.
  • Attaching a child custom record to its parent or detaching a child custom record from its parent triggers an edit event.

Leave a comment

Your email address will not be published. Required fields are marked *