isUnavailable
Function: isUnavailable(value)
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