You are here: Application Administration > Record Management > Processes and Rules > Field selection rule examples

Field selection rule examples

The following examples demonstrate how to formulate rules for each of the field selection rule templates:

Note  

  • All of the rules can be formulated with the "If...Then" option, which includes an expression parameter for the condition. Make sure to enter an Expression Language phrase that returns a Boolean value.
  • Field selection rules are only available for the Rendering forms process event.
  • To display users but not contacts in a drop-down list, you can define the field selection business rule in the workflow according to the following filter set:

    • For the first value, select isMaasUser.
    • For the second value, select IN.
    • For the third value, enter the following Expression Language phrase: ${true}.

Related Topics Link IconRelated Topics