Form #################################################################################################### Events **************************************************************************************************** Form Events ==================================================================================================== * When the Form raises an event * In Error * Initialized * Initializing * When a control on the Form raises an event View Method ==================================================================================================== * When a View raises an event * In Error * Initialize * Initialized Subform Events ==================================================================================================== * When a control on a view on a subform raises an event * When a control on a subform raises an event * When a view on a subform executes a method * In Error * Initialize Conditions **************************************************************************************************** Simple Conditions ==================================================================================================== * A control on a View contains a value * A control on a View contains a specific value * A control on a View does not contain a value * A control on a View does not contain a specific value * A control on this form contains a value * A control on this form contains a specific value * A control on this form does not contain a value * A control on this form does not contain a specific value Parameter Condition ==================================================================================================== * A form parameter has been specified * A form parameter has not been specified * A form parameter has a specific value * A form parameter does not have a specific value * A view parameter has been specified * A view parameter has not been specified * A view parameter has a specific value * A view parameter does not have a specific value Validation ==================================================================================================== * The Form passes validation Custom Conditions ==================================================================================================== * An advanced condition is true Logical Conditions ==================================================================================================== * Else Error Handling ==================================================================================================== * Error occurred For-Each Looping ==================================================================================================== * For each item in a List View * All Actions **************************************************************************************************** Form Interaction ==================================================================================================== * Execute a Form method * In Error * Initializing * Set the Form's properties * Set a View's properties SmartObject Interaction ==================================================================================================== * Execute a View method * In Error * Initialize * Execute a SmartObject method Data Transfer ==================================================================================================== * Transfer data Control Interaction ==================================================================================================== * Set a From control's properties * Set a View control's properties * Set a subform control's properties * Set a View on a subform control's properties * Execute a control's method * Execute a View control method Workflow Interaction ==================================================================================================== * Start a workflow * Open a worklist item * Action a worklist item Browser Interaction ==================================================================================================== * Close the browser window Subform Interaction ==================================================================================================== * Open a subform Visibility ==================================================================================================== * Hide a View * Show a View * Enable a View * Disable a View * Expand a View * Collapse a View Notifications ==================================================================================================== * Get confirmation from user * Show a message Rule Interaction ==================================================================================================== * Execute another rule * Stop rule execution * Continue to next execution