Enum Properties

The following table describes the properties available for enums.

Property

Description

ID

The internal ID of the object.

Always ship an enum with the same ID as it has been shipped with before.

To learn about application object IDs, see Object IDs.

Name

Specifies the enum name.

An enum name must indicate either the possible enum values or the type of the enum value.

Examples of enums named according to the possible values are InclExcl and NextPrevious.

Examples of enums named according to the type of the enum value are ArrivalPostingType and ListStatus.

Label

Specifies a label that will be shown in forms and reports.

Help

Creates a Help string for the field. The Help string displays when the field is used in a form.

DisplayLength

Sets the number of characters displayed.

Set to Auto.

Style

Changes the default display of the enum.

ConfigurationKey

Sets the configuration key.

UseEnumValue

Indicates that default EnumValue property values were modified if set to Yes. Resets the EnumValue property to default values if set to No.

EnumValue

Specifies the integer for an enum value.

Community Additions

ADD
Show: