Closed AlaWeslati closed 1 day ago
Looks like this procedure only is available in the CH version of Business Central? Also, the procedure is in the BaseApp and the issue hence cannot get addressed in this repo. I will move the issue to the right repo.
Availability update: We will publish a fix for this issue in the next update for release 25.
Build ID to track: 27075.
Describe the issue
The
SetBatchMode
function in codeunitPayment Tolerance Management
(ID 426) is unnecessarily restricted to on-prem environments with the[Scope('OnPrem')]
attribute, even though it does not rely on on-prem-specific functionality.Expected behavior
The
[Scope('OnPrem')]
attribute should be removed, allowing theSetBatchMode
function to be used in both SaaS and on-prem environments.Steps to reproduce
SetBatchMode
function in an extension targeting SaaS.[Scope('OnPrem')]
restriction.Additional context
This change will increase the usability of the
SetBatchMode
function without introducing any breaking changes.I will provide a fix for a bug