Difference between revisions of "Clone a Form"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 6: Line 6:
#'''Display this form when''' (required)
#'''Display this form when''' (required)
#:Display the Form when any of the selected actions are taken on a record in the [[Object]]
#:Display the Form when any of the selected actions are taken on a record in the [[Object]]
#:*Add Record
#::*Add Record
#:*View Record
#::*View Record
#:*Update Record
#::*Update Record
#'''Display Criteria''' (required)
#'''Display Criteria''' (required)
#:Create a [[Expression#Filter_Expressions_in_Views_and_Reports|Filter Expression]] to determine when this Form is used
#:Create a [[Expression#Filter_Expressions_in_Views_and_Reports|Filter Expression]] to determine when this Form is used.
#:*If the expression resolves to <tt>TRUE</tt>, the form is displayed
#::*If the expression resolves to <tt>TRUE</tt>, the form is displayed
#:*If the expression resolves to <tt>FALSE</tt>, the default form is displayed (Default Layout)
#::*If the expression resolves to <tt>FALSE</tt>, the default form is displayed (Default Layout)
#:Click the '''[Check Syntax]''' button to verify that the expression is formatted correctly
#:Click the '''[Check Syntax]''' button to verify that the expression is formatted correctly
# Click '''[Save]'''
# Click '''[Save]'''
# Then [[Forms#Edit_a_Form_Layout|Edit]] the new Form
# Then [[Forms#Edit_a_Form_Layout|Edit]] the new Form
;Considerations:
:* Filter expressions are based on field values.
:* Either data fields or user fields can be used.
:* User field values are available when adding a record, even before the record has been saved.

Revision as of 00:14, 1 December 2011

The fastest way to add a new Form is to clone the default layout. When a new form layout is created, the layout design is completely customizable, and can include any combination of elements from a default list, or select from a list of existing elements. This provides the ability to create highly customized data entry forms.

To Clone a Form:

  1. Click Designer > Data > Objects > {object} > Forms
  2. In the row of the form you want, click the Clone link.
  3. Display this form when (required)
    Display the Form when any of the selected actions are taken on a record in the Object
    • Add Record
    • View Record
    • Update Record
  4. Display Criteria (required)
    Create a Filter Expression to determine when this Form is used.
    • If the expression resolves to TRUE, the form is displayed
    • If the expression resolves to FALSE, the default form is displayed (Default Layout)
    Click the [Check Syntax] button to verify that the expression is formatted correctly
  5. Click [Save]
  6. Then Edit the new Form
Considerations
  • Filter expressions are based on field values.
  • Either data fields or user fields can be used.
  • User field values are available when adding a record, even before the record has been saved.