• Label. The label of a field is plain text, with the exception of fields of type Html. In those fields the label supports a small subset of (html) formatting.
The label of a Heading inside a Lijst (list) element may contain the text , where XX is the repeating entity. This text is replaced by the index of the element in the list (starting at index 1).
The label of a premium _TTOT field may contain references to other fields, like or .
• Help text. The help text supports a small subset of (html) formatting. See below.
• Default value. A default value can be:
o A reference to another field, e.g. PK_INGDAT
o A literal as described under business rules. Expressions are not supported
Fields may have a default value without being editable. That’s the way to specify a constant value. If the field has no AFD code list, but it needs to be presented different from the standard presentation, give the field an option list with a single option containing the default value and the desired presentation.
• Minimum and maximum. Minimum and maximum may only contain literal values as described above. In addition, only for date values, relative dates as described above are supported.
Error messages are fixed. If the standard error message does not suffice, the minimum and maximum can be replaced by validation business rules.
• Option lists. If a field has an AFD code list, no options need to be specified. In that case, the options consists of all options in the code list. A subset of the options may be specified, though.
If a field has no AFD code list, an option list may still be specified as a list of (value, text) pairs.
The list of options can vary based on business rules. In that case, the option list is specified as a list of (value, text, visible) triplets, where Visible refers to a business rule of type Condition.
• Label. The label of a field is plain text, with the exception of fields of type Html. In those fields the label supports a small subset of (html) formatting.The label of a Heading inside a Lijst (list) element may contain the text , where XX is the repeating entity. This text is replaced by the index of the element in the list (starting at index 1).The label of a premium _TTOT field may contain references to other fields, like or .• Help text. The help text supports a small subset of (html) formatting. See below.• Default value. A default value can be:o A reference to another field, e.g. PK_INGDATo A literal as described under business rules. Expressions are not supportedFields may have a default value without being editable. That’s the way to specify a constant value. If the field has no AFD code list, but it needs to be presented different from the standard presentation, give the field an option list with a single option containing the default value and the desired presentation.• Minimum and maximum. Minimum and maximum may only contain literal values as described above. In addition, only for date values, relative dates as described above are supported.Error messages are fixed. If the standard error message does not suffice, the minimum and maximum can be replaced by validation business rules.• Option lists. If a field has an AFD code list, no options need to be specified. In that case, the options consists of all options in the code list. A subset of the options may be specified, though.If a field has no AFD code list, an option list may still be specified as a list of (value, text) pairs.The list of options can vary based on business rules. In that case, the option list is specified as a list of (value, text, visible) triplets, where Visible refers to a business rule of type Condition.
正在翻譯中..