microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
748 stars 600 forks source link

[Change Request] Report 121 "Customer - Balance to Date" - changing the protected level of variables #26767

Closed Halilovast closed 4 days ago

Halilovast commented 6 days ago

Describe the request

report 121 "Customer - Balance to Date"

old: var TempCurrencyTotalBuffer: Record "Currency Total Buffer" temporary; TempCurrencyTotalBuffer2: Record "Currency Total Buffer" temporary;

new: protected var TempCurrencyTotalBuffer: Record "Currency Total Buffer" temporary; TempCurrencyTotalBuffer2: Record "Currency Total Buffer" temporary;

Additional context

To extend Report 121 we cannot access the Buffer tables. Please move to the protected var section. Internal work item: AB#539932

JesperSchulz commented 4 days ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.

Build ID: 21499.