Sample events with code snippets
You can add sample code snippets to your events as custom code.
Here are a few examples of commonly used events with code snippets:
•Generate a list of customer orders
•Verify start date is earlier than end date
•Check for related records prior to deleting a record
•Speed up data entry using events
•Change the cell background color
•Change the row background color
•Hide controls on Add/Edit pages, based on logged user name
•Send an email with updated fields only
•Show data from master table on details view/edit/add page
•Add dropdown list box with values for search
•Redirect to details page after master record was added
•Save user data in session variables
•Redirect to user info edit page
•Send email to email addresses from user table
You can find more examples in the Advanced topics -> Events -> Sample events category of this manual.