Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Adding an external ID to a message record?
We have to synch our Netsuite message records to an external system.
I can successfully tag them fort synch by running a scheduled javascript with the line:
nlapiSubmitField('message', messageid, 'externalid', extid, false);
However, after they have been synched I need to change the external ID of the message to something else so it does not get picked up in the next synch attempt. When attempting to update the message via web services (Boomi, actually) I am getting the error 'Update not allowed for this record type'
Any ideas as to how I can flag the message records as synched via WS/Boomi?