getExpression()
Overview
public struct function getExpression(
required string expressionId
, string context = ""
, string objectName = ""
)
Returns a structure with all relevant info about the expression including:
fields contexts translated label translated expression text
Arguments
Name | Type | Required | Description |
---|---|---|---|
expressionId | string | Yes | ID of the expression, e.g. "loggedIn.global" |
context | string | No (default="") | Context in which the expression is being used |
objectName | string | No (default="") |