You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could these variables be made available as protected to be used in report extension logic.
protected var
CustAddr: array[8] of Text[100];
CompanyAddr: array[8] of Text[100];
PeriodLength: DateFormula;
Additional context
These fields are required for extensibility in making addresses usage based on setup configured and periodlength required to handle custom aging bands.
The text was updated successfully, but these errors were encountered:
Describe the request
Could these variables be made available as protected to be used in report extension logic.
protected var
CustAddr: array[8] of Text[100];
CompanyAddr: array[8] of Text[100];
PeriodLength: DateFormula;
Additional context
These fields are required for extensibility in making addresses usage based on setup configured and periodlength required to handle custom aging bands.
The text was updated successfully, but these errors were encountered: