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.
Updating a 'message' record's externalID
We are syncing a number of our message records to another system. It is being done via Boomi, which works via API.
Unfortuntealy I seem to constnatly get an error when attempting to update the externalid of message records via API.
This is strange, becuase I can update a message's externalid via suitescript as shown below:
nlapiSubmitField('message', messageid, 'externalid', "new_external_id", false);
However, it attempting to use an API, I keep getting the same result returned, any ideas?
The bad result:
<Result>
<id></id>
<success>false</success>
<errors>
0