Configuring the form

  1. Click the Configure button or hover over the form component and click the Configure icon.
  2. Specify the Component ID. See Naming recommendation for components.
  3. Click the General Settings tab and specify the Component heading.
    The component heading you specified is displayed as the heading of the form component. To enable the translation keys, enclose the name in <> and do not use spaces. See Configuring translations.
  4. Click the Operations tab and select a data service to connect it to the component under the Standard tab.

    An operation indicates how the data is used by the component. The standard operations for forms are Read and Update data. Read is used for data services that use get transactions. Update data is used for data services that use update transactions.

  5. Click the Operations tab and select a data service to connect it to the component.

    An operation indicates how the data is used by the component. The standard operations for forms are Read and Update data. Read is used for data services that use get transactions. Update data is used for data services that use update transactions.

  6. Click the Interactions tab and click + Add. Specify this information:
    Source component
    To identify what triggers the interaction, select a source component from the list. You can select the form, other components, or the application.
    Component element
    Optionally, select a button from the list to identify which part of the source component triggers the event. You can only select buttons that are added in the selected source component. Component element is only used when using a button as part of the interaction.
    Event

    To identify when the interaction occurs, select an event from the list. The event can be when the form, other components, or the application loads, is selected, refreshed, or when a search field is used.

    Operation
    To identify which operation is triggered by the interaction, select the operation that is connected to the required data service.
    Note:  If you select the application as the source component, the Load event and Read operation are automatically selected.
  7. Click Save.
  8. To add fields to the form, click Fields.
  9. On the + Add field, click Fields and select fields to display in the form.

    The fields available in the field list are the output fields of the data service that is connected to the component. If the data service contains several API transactions, all the output fields of the transactions are available in the field list. You can see which transaction each field belongs to in the Transaction column.

    You can also rearrange the order of the fields by clicking the three vertical dots of each row of the fields and drag them up or down in the list. Click the Read-only icon to disable a field from modification. To require the field to be filled out, click Required. You can also hide a field by selecting the Hidden field.

  10. On the + Add field, click Group heading to group fields. The heading can have a name or be left blank. Fields are added to the group by being placed below the group heading in the list of fields added in the form.
  11. To move the fields or group heading around, click the vertical dots on each row and drag them up and down in the list.
  12. On the + Add field, click Group separator to do further grouping within a group. Fields are added to the group by being placed below the group separator in the list of fields added in the form.
  13. To move the fields or group heading around, click the vertical dots on each row and drag them up an down in the list.
  14. To add a custom input field, click +Create on the Fields tab. The custom input field is an independent field not connected to any specific API transaction. It becomes connected to an API transaction when you use it in a data service. It is up to the user to configure how the custom input field is used by the data services.
  15. Click the Edit icon and specify the Custom label to create a custom field label for the selected field.

    The specified custom label overrides the field label retrieved from the data service. To enable the translation keys, enclose the name in <> and do not use spaces.

    See Configuring translations.

  16. To hide the label of the field, select the Hide field label check box. To change the type of field, select Type drop down field and select a type from the list. If the selected type is Number, you can configure the number of decimals to be shown on the field. Just specify how many decimals in the Number of decimal field.
    Note: If you have 3 decimals in M3, and you specify 2 decimal places to show in the form, only 2 decimals are shown in the application. If the field is open for update, the 2 decimals you specify in the application are the 2 decimal numbers saved in M3. This can lead to rounding issues, so use this function with care when updating data.
  17. If you want to override the standard browse on a field, you can configure the field to use an API transaction that you prefer. First, create a new data service and add the API transaction you want to use when browsing.
    Note: To work properly, it must be a search transaction.

    Click the Fields tab and click the Edit icon on a field row. Ensure that the field you want to configure browse for is of Lookup type. In Browse data service field, select the data service that you want to use when browsing on the field. To select which field in the API transaction is returned to the Browse field as the value, specify a field in the Return value field text box. To select which field is used as explanatory text next to the Browse field on the component, specify a field in Additional field text box.

    Below is an example:

    You have a form where you want to be able to create a new item based on copying a template. In order to do that, in the Create New Item dialog, the Item number field must be able to browse for items in status 05 only. Using MMS200MI/SearchItems, create a new data service called Browse_ItemTemplates and specify STAT:05 SortBy:ITNO as the search query value. On the dialog configuration, click the Fields tab and then update the ITNO field. Select the data service Browse_ItemTemplates in the Browse data service field and add ITNO in the Return value field text box. Finally, add ITDS in the Additional field text box. Now, when you browse on the item number field in the dialog window, you only see items in status 05 and sorted by item number. When you select an item number in the dialog window, the item description is displayed next to the field.

  18. To add buttons in the form, click the Toolbar tab and click + Add. Select one of these toolbar options:
    • Standard button: A preconfigured button with label, style, and icon.
    • Custom button: You can configure a button when you select custom button.
  19. To configure a button, select Custom button and specify this information:
    ID
    Specify an ID for the button to show in the component. See Naming recommendation for components
    Label
    Specify a name for the button to show in the component. To enable the translation keys, enclose the name in <> and do not use spaces. See Configuring translations.
    Style
    Select whether the button should show with Icon only, Text only, or Icon+Text.
    Icon
    If you select Icon, or Icon+Text from the Style field, select an icon from the Icon list.
  20. To separate buttons with a vertical line in the form, click + Add > Separator.
    You can rearrange the order of the buttons and separators by clicking the vertical dots in the row and drag the row up or down in the list.
  21. To save the configuration for the form component, click Save.
  22. To ensure that the form you added and configured is applied, click the Save button on the application.