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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Overwrite "setExternalId" and "setTypeId" values
Hi NetSuite,
I have the following three JAVA lines:
historyRef.setExternalId(studentInternalId+"_"+year+"_"+semester);
historyRef.setTypeId(INTERNALID_CUSTOMRECORD_REGISTRATIONHISTORY);
Question:
How can I use suitescript/clientscript to overwrite the values set by the JAVA lines listed above?
0