Be aware of the following as you configure actions for your sublist action groups:
- Items sublist fields are available for use in conditions, formulas, and action parameters.
- Sublist fields are in alphabetical order in lists of fields. These fields are indicated with the suffix (Line), such as Item (Line).
- To reference a body field in a formula, use the following format: {fieldid}. For example, a body field with an id of memo should be referenced as {memo}.
- To reference a sublist field in a formula, use the following format {line.fieldid}. For example, a sublist field with an id of description should be referenced as {line.description}.
- Body fields in conditions and parameters do not have a prefix or suffix.
- Sublist fields are identified in conditions and parameters with the prefix Line : . For example:
–In the action list of the sublist action group, in the Parameters column, parameters are listed in the following format: Line : Description =Line : Item : Store Description .
–In the action list of the sublist action group, in the Condition column, conditions are listed in the following format: Condition : Line : Description =test.
–On the Set Field Value action detail page, in the Condition field, conditions are listed in the following format: Condition : Line : Description =test.