Click the Input tab and specify this information:
- Source
- If input is required, select a component or dialog from which the input value is
retrieved. To display a source in the source list, the components
and dialog windows must exist with component IDs. If a source is not
yet in the source list, create a source and specify a component ID.
To use user related information as input, select User Context as the source,
and the user data you need to use in Source
field.
- Source Field
- Select a field from the source you specified to use it as
an input.
- Value
- You can specify a hard-coded value such as a number or a letter. You can also
customize the input value based on which record is selected by
specifying the Source and the
Source Field in the
{componentID.SourceField} format in the
Value column.
For example, using API transactions connected to CLM, a data service is required to show
the basic information about the items in a form component. The information shown
in the form is based on which customer account is selected in the index list
that contains a list of customer accounts. The component ID of the index list is
IndexList_Accounts. This is the configuration of the
data service:
- API suite
- Select M3MOBCORE.
- Path
- Select
/Account/Get/AccountDetails.
- Source
- Specify
IndexList_Accounts.
- Source field
- Specify AccountID.