Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Server Script on Assembly build
I'm trying to extract information from a serialized assembly by using a Server script triggered when the assembly is built.
The script triggers and I can get information on the assembly from the body of the transaction. But I really want to get the information about the child items, specifically the item names and the serial numbers to put them into a custom record.
When I try the call:
linecount = newRecord.getLineItemCount('assemblyitem');
linecount = -1 (which I think is an error value??)
I see that there is no 'machine' for this transaction...would that be correct?
Any suggestions or pointers would be good. I also heard that this may be available in 11.0.6 any ideas from NS employees would be good to
0