cancel
Showing results for 
Search instead for 
Did you mean: 

Block changes to production orders.

Former Member
0 Kudos

Hi!, Is there a way to block users from changing the Bill of Materials of a released production order?. Even more, block them of changing it when components have been issued or product has been released?

Could this be donde through SP_Transaction_Notification?

Thank you,

Jose.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jose.......

If you want to block the users from updating the production order then SP is the best option to do. But if you want to maintain the log history also then better to go for SDK. It will definitely solve your purpose.

Regards,

Rahul

senthil_m
Active Contributor
0 Kudos

SBO Sp_Transaction is the best way to block the users to amend the existing production order.

Former Member
0 Kudos

Thank you, is there a way in SPO_Transaction_Notification to get the values stored (not the new values) in the production order before the intended modification?

Regards,

Jose.

senthil_m
Active Contributor
0 Kudos

No. SP won't give the values and the history. if you want to see the history, go to change log. there you can see the difference between original document and amended document.