/
isUnavailable
isUnavailable
Function: isUnavailable()
Returns True if the passed value is Unavailable. Otherwise returns False.
Values can only be Unavailable in an action flow. A value will be Unavailable if the attribute is not mapped, or the attribute has not been provided, or the user does not have permission for that attribute on a grid or form.Ā
Syntax
isUnavailable(test)
Argument | Type | Description |
---|---|---|
test | Any | The value to be checked |
Examples
isUnavailable(in.Name)
Returns TrueĀ if in.Name has not been mapped
isUnavailable(_NULL)
ReturnsĀ False
isUnavailable("")
ReturnsĀ False
Related content
isUnavailable
isUnavailable
More like this
ifUnavailable
ifUnavailable
More like this
ifUnavailable
ifUnavailable
More like this
isEmpty
isEmpty
More like this