how do i get the record id and type in a mass upda...
# suitescript
l
how do i get the record id and type in a mass update script?
l
i am trying to write a 1.0 script
e
First, for any brand new script, I'd very strongly recommend 2.0. Second, whether it's 1.0 or 2.0, the ID and Type get passed in as parameters to the entry point function
👍 1
So if you're writing 1.0, just find the corresponding 1.0 Help doc for Mass Updates
and it will tell you what the parameters are
l
Thanks so much for your help