Q: When you go to order recommendation produce tab, how to default quantity type as day?
A: The Beas default is 'single' and it is not possible to change with standard setup.
we can change using below script
windowevent tabredraw ldetail
if <dw_3.dataobject> = program\mrp_view_workorder.psr then
post=dw_3.item.multi.setvalue=T
elseif <dw_3.dataobject> = program\mrp_view_bestellen.psr then
post=dw_3.item.multi.setvalue=T
end if
end event
Q: How to deploy the script?
A: Open order recommendation form and go to Tools -> Extension for Clients
Add/ paste above script and update with clicking "Save or Save and close" button
With this script when you open the tab, the script will change the type by default as day
Comments
0 comments
Please sign in to leave a comment.