Hi I have a client scripts working on the SaveReco...
# suitescript
g
Hi I have a client scripts working on the SaveRecord function, without issue. I'd like it to also be able to run on a new order where the ID is not yet on the transaction (sale was not saved yet) Any suggestions for fastest way to make this work
b
probably need to share what you are using the id for
g
Right now I am using the ID to pull the transaction and then from there the shipping addresssubrecord
b
Use one of the methods for Creating and Accessing Subrecords from a Body Field that work on the current record
g
thanks
any way to trace the subrecord? gives me errors when i try to
b
your browser has a debugger for that kind of stuff
that said, netsuite's client side javascript is a mess
g
ye, i am learning that. I just want to see the recordd which i think i pulled 🙂 Thansk!