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!
Updating existing record using nlapiSubmitRecort
Hi,
I would be thankful if someone could assist me with the following:
1. Creating linked customer record from AfterSubmitFunction:
- when a lead record is created i need to automatically create a linked record.
- this is essence is not a problem however i need current 'entityid' to be created by the system before i can create a linked record. I was hoping that by placing my code in AfterSubmitFuntion would have 'entityid' already populated. This is NOT the case? Why and what are my options?
2. Assuming that we have Primary and linked records created:
- when i update any data on primary lead/customer record i want changes automatically to be updated on linked record. So
0