sskoparde
29th July 2015, 15:05
We are with ERP Ln FP 2, We want to block the correction of PO after approval process. It should be done with selected users only. Authorization level need to fix. Pl. revert
bhushanchanda
29th July 2015, 15:13
Hi,
Please post the threads in relevant forums.
In this case, I don't think there is a standard way to do that. There can be multiple ways to do that -
1. You can create a table/table field authorization for tdpur400 and tdpur401 tables based on the status flag.
2. If you are on the Porting set which has UE DLL support, you can create a customized table to store the user ids to whom you want to grant access, now in before.before.save section of UE, you can code your logic to read this table and block if record is not present for the current user.
benito
29th July 2015, 15:55
instead of doing these "blocking" things, why not use the purchase requisition functionality?
sskoparde
1st August 2015, 07:48
Thanks it is working fine field blocking
sskoparde
1st August 2015, 07:50
What is the procedure to disable the menu based on condition.
We want to disable Purchase order additional charges menu after approval process.
bhushanchanda
1st August 2015, 09:53
Answered - Thread (http://www.baanboard.com/baanboard/showthread.php?t=67990&goto=newpost)
sskoparde
8th August 2015, 12:30
We are in ERP Ln FP 2, We would like to block menu fields based on the conditions.
Ie., In Purchase order lines specific -> Additional charges menu want to disable after approval of purchase order (tdpur401.appr = yes)
Pl. revert