typename( typeNumber )
Returns the type name of a given type number.
See also: typeof(), Delete Data Types
Keyword | Type | Description |
---|---|---|
|
Number (Integer) |
The type number to be inquired for its name. This may be retrieved by using typeof(x), where x is a value of the intended type, or referencing a type with 'type!{namespace}type-name' (within single quotes). |
Text
typeof(x)
, where x is a value of the intended type, or reference a type with type!{namespace}type-name
(within single quotes).typename(27)
returns User or Group
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Compatible | Can be used to create a custom record field that only evaluates at sync time. |
Real-Time Custom Record Fields | Incompatible | |
Process Reports | Compatible | |
Process Events | Compatible |
typename() Function