Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available from runtime version 1.0.
Specifies the values that are available in an Option table field.
Applies to
- Table fields
Example
The following example defines three option values.
field(2; OptionField; Option)
{
OptionMembers = Open,Released,Closed;
}
The OptionCaptionML property is used only when the field has an OptionMembers property. Learn more in OptionCaptionML property.
Related information
Properties
OptionMembers property for reports
Option data type