ContextValue
One of the possible values for a context field
union ContextValue = ContextTextValue | ContextIntValue | ContextDecimalValue | ContextBooleanValue | ContextDateValue | ContextDateTimeValue
Possible types
ContextValue.ContextTextValue object
Text value of a context field
ContextValue.ContextIntValue object
Whole number value of a context field
ContextValue.ContextDecimalValue object
Decimal value of a context field
ContextValue.ContextBooleanValue object
True/False or Yes/No value of a context field
ContextValue.ContextDateValue object
Date value of a context field
ContextValue.ContextDateTimeValue object
Date and time value of a context field
Member Of
ContextFieldValue object