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 October 10, 2025: Merge pull request #269 from microsoft/hugo-updates (b486ac7) by Jeremy Vyska