Hi,
Is there any way you can block any orders being printed until they have a status of RELEASED? If a customer has exceeded their credit limit or are blocked, a user should not be able to print any documents (i.e. order confirmations, pick slips, assembly orders etc). They must go through an approval process and if the order is approved then they can print the documents.
*This post is locked for comments
For this requirement you need to do the customization. You can add those conditions in the report or in the respective codeunits where that reports are called.
On Print button write following line.
TESTFIELD(Status,Status::Released);
If you are not developer then take help of developer for writing this.
This can be manipulated in the development environment under Codeunit. A word of advice, only if you are familiar with coding then go ahead manipulating, if not talk to someone of higher expertise. Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156