Posted inDynamics NAV & BC Tips & tricks
Forget Confirm() method; start with Confirm Management module
For a long time, if we wanted to get input from the user to confirm something, we used Confirm() method. This method is straightforward – it has two parameters (+ unlimited number of constant values similar to StrSubstNo() method). The first one accepts text shown to…