FIELDERROR

Never use FIELDERROR with a period as it is automatically inserted.

Bad code

InvalidValue@1025 : TextConst 'ENU=is invalid.';
...
Cust.FIELDERROR("No.",InvalidValue);

Good code

InvalidValue@1025 : TextConst 'ENU=is invalid';
...
Cust.FIELDERROR("No.",InvalidValue);

Last modified December 3, 2025: Merge pull request #273 from microsoft/issues/150 (ed0868d) by Henrik Helgesen