Skip to main content

EnumeratedAbbreviation

This formula allows you to fetch the abbreviation for an enumerated type in the system.

Returns

string

JSON Format

{
"type": "enumeratedAbbreviation",
"enumerated_type": ...,
"id": ...
}

RPG Script

This component can be written in RPG Script as:

enumeratedAbbreviation(...)

Fields

FieldTypeRequiredDescription
enumerated_typeStringThe id for the enumerated type that you want the abbreviation for.
idStatFormulaComponentThe formula for the id of the particular entry of the enumerated type you want the abbreviation for. Naturally, the result needs to be a valid and existing id for the specified enumerated type, or this operation will fail.
@type string