EnumeratedName
This formula allows you to fetch the name for an enumerated type element in the system.
JSON Format
{
"type": "enumeratedName",
"enumerated_type": ...,
"id": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
enumerated_type | String | ✓ | The id for the enumerated type that you want the name for. |
id | StatFormulaComponent | ✓ | The formula for the id of the particular entry of the enumerated type you want the name for. Naturally, the result needs to be a valid and existing id for the specified enumerated type, or this operation will fail. |