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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
How to copy record with few fields from the existing record using CopyRecord API
Hi Experts,
From an existing Record i am trying to copy few Fields and a sublist in the new record using a Custom Button. I am using Copy Record API in my suitescript for the Custom Button .
I am able to set the values, if i am submitting the record after setting the values and opening it in in EDIT mode. but my requirement is it should go to the new Record page with populated fields.
so i tried setting the values without submitting the form so its taking me to the new record without setting the values.
so could you please tell me how to set some values with Copy Record API without submitting the Form.
0