What’s the correct way to set a value in a custom ...
# suitetalkapi
m
What’s the correct way to set a value in a custom segment field on a customer record with SuiteTalk? I’m trying to use Boomi to set the value for a custom segment field on the Customer record. The only way I’ve been able to get it to work is to set both internal ID fields as shown in this image. The
3
is the value I want in this field. If I don’t set the top level
internalId
, NetSuite seems to ignore this value. My problem is that setting 1481 for the internal ID is not account agnostic and I’m not really sure where in the UI to find this value in a different account. I got this value by looking at a SOAP response for a customer and trying different things until it worked. I’d prefer to specify a text-based
scriptId
for that, but I’ve tried several and none of them seem to work. What’s the correct way to do this?