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
Make CompanyBankAccount variable as protected in other sales reports like its protected in 1306 "Standard Sales - Invoice" and 1307 "Standard Sales - Credit Memo"
#28176
Open
shadow747 opened this issue
Feb 19, 2025
· 0 comments
Some sales report has CompanyBankAccount variable marked as protected for use in extensions. But this is not enabled as protected in (1308 "Standard Sales - Shipment") , (1304 "Standard Sales - Quote") , (1305 "Standard Sales - Order Conf."). Could this variable be made available as protected to be used in report extension logic.
protected var
CompanyBankAccount: Record "Bank Account";
Additional context
This variable is required for extensibility in making bank account usage based on setup configured.
The text was updated successfully, but these errors were encountered:
shadow747
changed the title
Make CompanyBankAccount variable as protected in other sales reports as currently its protected in 1306 "Standard Sales - Invoice" and 1307 "Standard Sales - Credit Memo"
Make CompanyBankAccount variable as protected in other sales reports like its protected in 1306 "Standard Sales - Invoice" and 1307 "Standard Sales - Credit Memo"
Feb 19, 2025
Describe the request
Some sales report has CompanyBankAccount variable marked as protected for use in extensions. But this is not enabled as protected in (1308 "Standard Sales - Shipment") , (1304 "Standard Sales - Quote") , (1305 "Standard Sales - Order Conf."). Could this variable be made available as protected to be used in report extension logic.
protected var
CompanyBankAccount: Record "Bank Account";
Additional context
This variable is required for extensibility in making bank account usage based on setup configured.
The text was updated successfully, but these errors were encountered: