Add records

<< Click to Display Table of Contents >>

Add records

 

Add records

  • Beginning
  •     Inline addition
  •     Form addition
  • Adding records to a Table requires the following settings in the Table Properties.

    Select (FormsComponents141) the Editable property in the Basic tab.

    Select (FormsComponents141) the Required property in the Basic tab to set records addition in the Work Portal as mandatory

    Enable the Allow property in the Add options group of in the Advanced tab.

    Set the Inline add property according to whether the addition will be done inline (Yes) or using an independent form (No). If disabled, an Add form must be selected.

    The two methods of adding records namely Inline add and Add Form are mutually exclusive. If you choose to add inline you cannot also add records using an independent form, and vice versa. The properties available in the Add options group will differ according to the add method selected.

     

    Table1

     

    Table2

     

    Inline addition

    Inline addition allows the end user to add a record directly into the table, without the need for a separate window.

    This option does not support validations.

     

    When the Inline add property is enabled, the Add icon (+) will be visible on the Table (in Production).

     

    Table3

    In the Work Portal, click on the Add icon. A new record will display with all blank columns.

     

    Table4

     

    Enter the data into the columns. To commit this new record, click Save.

    To discard changes click Cancel.

    Note If you do not click Save and leave the page all data entered will be lost.

     

    Table5

     

    note_pin Restrictions

    Default values are not supported.

    Actions over table fields are not executed.

    Visibility and Editability rules are not supported and will not be executed.

    Submit on change property is not supported.

    Fields in table will always be editable.

    Search control is not supported

    Action Launcher control is not supported

     

    Form addition

    If the Inline add property is not enabled (No) it indicates the addition will be done in an independent pop-up window. This method is very helpful when the entered information is complex, extensive, or requires validation.

     

    Table6

     

    Expand the Add form property's drop-down list and select one of the three options.

    New Form: this will open a new Forms Designer window where you can enter all the controls required for the new record.
    The context of the form is the Collection entity. When it is saved, it will be stored as a reusable form. This way, it can be related to a Table control in another form. Always give this new form a Display name by clicking on the Properties option in the Ribbon.

    None: Displayed when no form has been chosen. However a form is needed to add records with a form.

    Select a Form: choose from a list of reusable forms previously defined.

     

    Table11

     

    Once you have an Add form defined, save and close it. Then save the parent form.

     

    In the Work Portal the Table will display an Add icon (+).

     

    Table3

     

    Click the Add icon. A new window will display for you to enter the data.

     

    ControlsProperties19

     

    Enter the information and click Save to commit the record.

     

    Table7

     

    note_pin Restrictions

    Action Launcher control is not supported

    In this article