cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

NetSuite Item Fulfillment

spitfirect1
New Contributor II

Hi Team,

I am working with a pipeline to grab a Item Fulfillment record under one subsidiary and then transitioning that IF to a new IF in the other. It is a 1 for 1 transaction on our side, so the data that we pull will be the same as the data input under the new company. That being said I continue run into the error below. I will post my mapping as well. I have tried a few different things and still seem to cum up short on this one and would love some insight.

image

Here is the mapping currently.

image

35 REPLIES 35

ptaylor
Employee
Employee

Hi Trevor,

The expressions on the left side of your mapping table are truncated. Can you please paste them here?

spitfirect1
New Contributor II

1: $[โ€˜soapenv:Bodyโ€™].getResponse.readResponse.record[โ€˜tranSales:itemListโ€™][โ€˜tranSales:itemโ€™]

2: $[โ€˜soapenv:Bodyโ€™].getResponse.readResponse.record[โ€˜tranSales:customFieldListโ€™][โ€˜platformCore:customFieldโ€™].custbody_tvone_original_sales_order[โ€˜@internalIdโ€™]

3: true

4: False

Try copying the entire itemList rather than individual items:

$['soapenv:Body'].getResponse.readResponse.record['tranSales:itemList']
mapped to
$record.itemList

If you do this you can drop the last two mappings.

Actually, I think itโ€™s more complicated than that. Let me follow up with you tomorrow on this.