This topic contains 3 replies, has 2 voices, and was last updated by Akram Ebeid 5 years, 1 month ago.
-
AuthorPosts
-
November 16, 2016 at 11:13 am #1537
johnsongilppHi,
Has anyone had to create a script and add multiple bins with their quantity to a bin put away worksheet? I can’t find any resources on how to add the multiple bins with their quantity. I’m currently doing it as a sub record but it’s throwing errors. Please see the code below. The part I can’t get working is adding the bin and it’s quantity.
for (var b = 0; b This is a cached copy. Click here to see the original post.
-
November 21, 2016 at 8:56 am #1538
fjannelleGood morning,
What error(s) are you getting?
One possibility is that your record is not in dynamic mode which prevents usage of .getCurrentSublistSubrecord() and .selectNewLine(). If I remember right the error code in this case is INVALID_API_USAGE.
If that is the case you would need to use .insertLine() and .getSubrecord() instead.
Best regards,
-
November 25, 2016 at 9:06 am #1539
johnsongilppHi fjannelle, Thanks for the response. One issue I found was that we aren’t using advanced inventory/ BINs so the sub record method of setting the bins and quantity won’t work. I read something that stated i needed to format the value as a string and pass it but that also is not working. The format I’m using is A10703-H(400)CUT4(400)Receiving-Bin-1(5)H31301(0) when the final string is finished.
-
September 30, 2019 at 10:52 am #26120
Hi I’m a new user to Netsuite and I want to change bin status for more than 2500 items in Bin Putaway Worksheet . Is there any solution for this issue, I mean by mass update or script instead of changing it individually.
Thanks in advance
-
AuthorPosts
You must be logged in to reply to this topic.
