R30668 CalculatedAttributeExpression - Max Parameter Value Length
Code | R30668 |
Entity | Systems.Bpm.CalculatedAttributeExpressions Entity |
Name | MaxParameterValueLength |
Attribute | Parameter1Value, Parameter2Value, Parameter3Value |
Layer | Back-End |
Events | Commit |
Priority | Normal |
Modify | NO |
Applicable Legislations | ALL // no condition needed |
Action | Validate that:
Length (Parameter1Value) <= 256 && Length (Parameter2Value) <= 256 && Length (Parameter3Value) <= 256 |
Description | The parameter values could be up to 256 symbols in length. The validation checks the values
of the parameters prior to saving and warns if the max length is exceeded.
In the versions before the creations of the validation, the value was simply cut on saving which made the debugging of a non-working calculated attribute really hard. |
Message | A parameter value field contains more than 256 characters.
Please ensure that the number of characters in the 'Parameter1 Value', 'Parameter2 Value' and 'Parameter3 Value' fields does not exceed the maximum length of 256 characters. |
Version | Introduced: 2020.1
Updated: - |
Revocable | NO |
* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.