Hello,
Is there any way, we can set the permission for reopen button in Purchase Order page. We have some requirement in our office. If purchase order is released...then no body can re-open the 'Purchase Order', except the Authority person.
*This post is locked for comments
Amol ji were saying the same thing...and I have done the same..but our boss is denying to add the extra field in user setup.
Thank you for your valuable suggestion.
Its better not to hardcode userids. Create a field in usersetup table and based on setup you need to check
hello,
You are going good to understand my actual problem( the same users should be able to release the order, but not re-open it back? ).
I am not very expert in technical..but I have resolve my problem to write the below code in page section.
<Action138> - OnAction()
//For Purchase Order Re-Open
IF USERID='ABC' THEN
IF USERID='XYZ' THEN;
ERROR('You Do Not Have Permission to Change the Status !!1');
I have fixed the user in Re-Open btn.
I do not think you can achieve the full requirement only via permission setup, as I guess your requirement is that the same users should be able to release the order, but not re-open it back? You can read more here: dynamicsuser.net/.../release-reopen-a-order
resolved
Thank you.
resolved.
You need to customize this as there is nothing out of box permission for this
You can create boolean field in User Setup as' Authorize PO Open ' and if it is true then allow to edit the status and vice versa
You need to customize
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