Add production order button to BOM screen Completed
Can a button be added to the BOM screen to create a Production Order for the BOM? There are a lot of buttons already available in the Add button menu but I dont see one for Production Orders.
Thanks
Comments
5 comments
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 76997]
Hi Peter
Thank you for the idea... At the moment no such button type exists, but it is a good idea...
However, it is also very easy to make with a simple Universal Function Macro... Like this (right-click image and choose "Open Image in new tab" to see in full resolution):
The Macro-text for Copy/Paste:
Activate(4369); //Open Production order Screen
Transfer($[$4.0.0]|$[$6.0.0]); //Transfer the BOM Header Item Code Over
It will be part of the B1UP 2022.06 release as an out of the box Function
Please sign in to leave a comment.