My Stuff
Comments
-
I need to do the indentical thing. Can you advise on how things turned out?
-
Thanks for the input. This would work at times but in the case of a backordered item we would end up in the same position. NS is filing an enhancement request (who wants to trade votes!) With current functionality I think that I will have to try: 1. Turn off the standard functionality. 2. Create a custom field on the item…
-
The only method I've seen is to set it through a script function Set_Customer_as_SC_True() { nlapiSetFieldValue('shipcomplete','T', null, true); }
-
David, Was there a resolution to this? I am considering the following: Set up custom fields on the item master as a work around because I don't see a better solution. Item.customer1partnumber Item.customer2partnumber,..... To avoid having to use a lot of customer specific: On the customer setup a custom field that can be…