As an administrator, you can use standard parameters to customize your error messages. Map these parameters to specific validator properties or field names to display them in your error messages.
Standard parameters
The standard parameters are explained in the following steps.
- {cX}. Denotes a configuration parameter that can be mapped to a specific validator parameter. For example, Value must not exceed \\{c1\\} characters. For information on which configuration parameter maps to which validator parameter, refer to the validationTypeToErrorCodeMap subelement in the configuration file. For additional information, refer to the Configure GL Lines topic.
- {fX}. Denotes a placeholder for a field label. For example, \\{f1\\} is required.
- {hX}. Denotes a header label. For example, The invoice total:\\{h1\\} is undetermined.
Note: You must include the standard parameters within the "\\"
characters as shown in each example.