togroup( value )
Converts a value to Group.
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
Group
When operating on arrays, it is not necessary to use apply
with togroup
. If multiple parameters are passed, or one parameter is an Array, togroup
will parameters return a Group Array.
1
togroup(1)
Returns [Group:1]
.
1
togroup(1,2)
and
1
togroup({1,2})
Both return {[Group:1],[Group:2]}
.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Compatible | |
Process Events | Compatible |
togroup() Function