Defining the Logic for Custom Forms
This task is a step in Process of Adding Custom Objects.
In this topic, you define logic for the custom form.
To define the logic for custom forms
Use a JavaScript editor to open the forms.js file.
For more information, see JavaScript Files in the Customization Package.
Define your custom logic, as necessary.
A wide variety of possible customizations exist. For an overview of these customizations, see Customizing Form Handlers. For details, see other customization topics in this book, such as Customizing Field Behavior and Customizing UI Behavior.
Register any form controls you added.
For more information, see Registering Form Controls.