Hi there,
I need to mass update some of our manufacturing pick lists to pull from a temporary location without editing the BOMs
I did an update script in the TEST database and it appears to have worked.
Just want to know how safe it is...doesnt seem to have broken anything??
update PK010033 set LOCNCODE ='SC14' where MANUFACTUREORDER_I ='xxxxxxxx'
Any thoughts on doing this??
Tami