tocommunity( value )
Converts a value to Community.
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
Community
The value parameter accepts Text, Integer, Decimal, and Array types.
When operating on arrays, it is not necessary to use apply
with tocommunity
. If multiple parameters are passed, or one parameter is an Array, tocommunity
will return a Community Array.
tocommunity(37)
returns [Community:37]
tocommunity(37,38)
and tocommunity({37,38})
both return {[Community:37],[Community:38]}
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 |
tocommunity() Function