Hi All, As i am getting salesorder data from Sale...
# integrations
k
Hi All, As i am getting salesorder data from Saleforce to NetSuite via mulesoft(using NetSuite connector(using SOAP webservices)), to capture those data i created custom transaction body fields in NetSuite estimate(Master Sales Order form) record type, i checked that its pulling data into mulesoft, but from mulesoft to NetSuite its not getting data Also checked SOAP webservices logs as below is reponse. Any suggestions that where its getting gap. Your help will be appreciated. SOAP logs
p
That reply looks like the upsert was successful. I'm not sure you've explained what the actual problem is, to be honest ?
k
my team mate is trying to pull records using mulesoft from salesforce and those values he is trying to push into NetSuite master sales order (created 3 custom transaction body fields) and using upsert he is trying to add a record in NetSuite ,response is getting successful ,but nothing gets updated/added into the custom fields.
p
What does the request look like? By the way, the response you posted was for an Estimate, not a Sales Order
There's not nearly enough information for us to go on
k
my request
b
whatever you were using to view the xml has ruined it, its no longer valid xml due to all the -
but from what you shared, there are no custom fields
k
the request was coming from mulesoft , in netsuite i created the custom fields and shared the ids with them and they were mapped in mulesoft with these custom fields ids but i dont know in the request its not getting the custom fields
b
i would guess either you mapped your fields wrong, or there is no value to be mapped
k
ok let me check with the mulesoft team
j
check you're using a custom form on your request that has access to these fields. Otherwise Netsuite just fails silently. It's really annoying. Note for custom segments there's a whole separate permission that needs to be set too