Q: Why my state code is not updated to NetSuite even when I set it to perform a create operation?
In the Salesforce account to NetSuite customer Add/update flow, add the mapping handleStateCode : false only when you configure a conditional mapping of state fields. For example, if the state field Advanced setting is selected as Creating a record, with the handleStateCode : false mapping, the flow syncs only the records created and will not consider any updated records.
Important: If you want the flow to sync both created and updated information of state fields, do not add the handleStateCode mapping or make any selections in the state fields Advanced section.
To sync created state code records from Salesforce to NetSuite:
- Go to integrator.io and navigate to the Salesforce-NetSuite IO integration tile.
- Go to Flows.
- Click Edit mappings next to the flow name, to open up the Edit Mappings page.
- Click the Settings icon next to the state field.
- From the Advanced setting dropdown list, select Creating a record.
- Click Save.
- Add handleStateCode : false mapping.
- Click Save.
Now, run the flow to sync only the records created on the state field. The flow will not sync any updated records.
Comments
Please sign in to leave a comment.