a!customFieldLogicalExpression( operator, conditions )
Used in the whenTrue parameter of a!customFieldMatch(), this function allows you to group multiple logical conditions using the "AND"
and "OR"
operators.
Keyword | Type | Description |
---|---|---|
|
Text |
Determines how a set of conditions are evaluated. Valid values: |
|
Any Type |
A list of |
The a!customFieldLogicalExpression()
function can only be used to create a custom record field that evaluates in real time. This means you can reference related record fields, constants, and other supported functions in your calculations.
To create a custom record field that evaluates in real-time:
Enter an expression using any Custom Field function.
Note: Custom record fields that evaluate in real-time must use at least one Custom Field function.
See the a!customFieldMatch() function for an example.
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Incompatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Compatible | Can only be used to create a custom record field that evaluates in real time. It cannot be used anywhere else in your application. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
a!customFieldLogicalExpression() Function