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.
Setting the exsternal id
Hi,
I'm trying to set the external id of a customer record using a sever script.
e.g.
function setExternalID()
{
nlapiSetFieldValue('externalid', nlapiGetFieldValue('entityid'));
nlapiSetFieldValue('phone', '25126754380');
}
It does set the phone field....
Any ideas?
Thanks,
0