The version code of the package for which the domain is defined.
Enum/Set Constants (ttadv4501m000)Use this session to define the constants that belong to a domain of type enumerate, or set, with language-dependent descriptions.
Note If you have started this session by zooming, you can only find and select a record.
VRC The release of the package for which the domain is defined. VRC Constant The constant that represents the internal enumerated field value. It determines the sequence in which the enum descriptions will be displayed at runtime. If an index includes/consists of an enumerate field, the constant also determines the sequence of records, according to the index. You can also use greater than and less than expressions in scripts: Example Domain: tryesno possible values : yes with constant number 1 no with constant number 2 The expression tryesno.no > tryesno.yes is true. Constant Name The constant name combined with the package code and domain code is used to refer to an enumerated constant in scripts or expressions on forms and reports. Example package code: ti Tools Manufacturing domain code : yesno constant name: yes For example, the constant name yes in a form field with domain code tiyesno, use the expression tiyesno.yes.
| |||