|
CategoryId
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The ID of the FormulaFunctionCategory.
|
|
Description
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Description of the formula function.
|
|
DurableId
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Unique identifier for the field. Always retrieve this
value before using it, as the value isn’t guaranteed to
stay the same from one release to the next. To simplify
queries, use this field.
|
|
ExampleString
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Describes the function and what arguments you can use
with it.
|
|
IsAllowedInEntityContext
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether you can use the formula function on an
Entity (true) or not
(false). For example,
you cannot use the PRIORVALUE function in a custom
Account formula field. The default value is false.
|
|
IsAllowedInFlowContext
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether the formula function is allowed in a
Flow (true) or not
(false). The
default value is false.
|
|
IsAllowedInVisualforceContext
|
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether the formula function is allowed in
Visualforce (true)
or not (false). The
default value is false.
|
|
Label
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The formula function label that appears in the user
interface.
|
|
Name
|
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The name of the formula function.
|