Options VS Enums

To define a variable of type Option, you can’t use the OptionMembers property that’s used on a field of data type Option. You need to list the available options as a comma-separated list after your variable definition. For example:- Color: Option Red,Green,Yellow; Source : KSD Consultancy…

Enum != SchemaChange

The biggest showstopper we had in the old days with C/Side to separate code was the option field. Option fields are often where modules get together and programmers make switches in the code about which business logic to execute. Source : Mark Brummel Blog Read more...