on 2022 Mar 18 10:05 AM
Dear Experts,
How can I prevent someone remove a bill of material in the system? I user Sap business One ver. Hana.
Just try this, 100% working.
IF :object_type = '66' AND :transaction_type = 'D' THEN
error := 672;
error_message := 'You are not authorised to Delete BOM';
END IF;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.