Data Flow: Shopify Customer to NetSuite Customer Add/Update Error Code: user_error Error Message: ‘Failed while creating customer, message:Please enter value(s) for: Subsidiary’ Reason: No mappings were found for Subsidiary under the Customer Mappings section. Resolution: Ensure that the Subsidiary record is mapped appropriately. Go to integrator.io and navigate to the Shopify Integration App Tile. Click the “Settings” icon to… Continue reading Error Message: ‘Failed while creating customer, message:Please enter value(s) for: Subsidiary’
Tag: Celigo Mapping
Print Nlapi Debug Logs mapping in NetSuite
Print Nlapi Debug Logs is used to capture $R logs in NetSuite SuiteScripts if they do not show up in IO debugger. Select the destination field Print Nlapi Debug Logs and give it a value of “true” to enable logging. When this mapping is set and hard-coded to “true” on any NetSuite import, the debug logs for the NetSuite connection must… Continue reading Print Nlapi Debug Logs mapping in NetSuite
Find existing sublist line in Mapping
To find existing sublist line in mapping, the Use as a key field to find existing lines setting can be used. The Use as a key field to find existing lines setting is not a mapping field, but it’s available in the sublist mapping settings. If set, the setting finds the existing sublist line with “<DestinationRecordField (NetSuite)>” as… Continue reading Find existing sublist line in Mapping
Error ‘Element value exceeds the fixed length of 30’
Error Message Element value “[STRING]” exceeds the fixed length of 30. Use the truncate property if you wish to allow this element value to be truncated. Solution To set the truncate property for CSV files, modify the FTP import configuration. Select Truncate last row delimiter and save the configuration.
Hard-coded field mapping
Use this setting if you prefer to have the same value written to the imported data field for every record, regardless of the exported value. Use empty string as hard-coded value: Populates an empty string (”) into the field Use null as hard-coded value: Populates a null data type into the field Use custom value:… Continue reading Hard-coded field mapping
Set address using multi-field in Celigo mapping
To set Address : Addressee using multi-field in celigo mapping , Under setting , select field mapping type as multi-field use the expression:
Issue with item Fulfillment for Kit item | Celigo
//Info: JSTN-1380 Scenario:We need to create Item fulfillment in NetSuite based on the Sales Order. Even though Item Fulfillment can be created directly through NetSuite UI, we were unable to create the same through Celigo flow. Error found: Even though there is a solution available for this, (mentioned below) this doesn’t work on celigo side.… Continue reading Issue with item Fulfillment for Kit item | Celigo
Restrict mapping of fields using Celigo
The Celigo flow is between Shopify and NetSuite. We can restrict mapping of fields using Celigo. Follow the procedure to map fields only when record is updated. To perform mapping of email field only when email is updated, click on the settings option 2. Select advanced option and select updating a record from the drop… Continue reading Restrict mapping of fields using Celigo
Mapper 2.0 vs 1.0 in Celigo
//Info: JSTN-1127 In mapper 2.0 version, we can easily build complex JSON structures that include nested arrays and make use of data type validation for required fields and incompatible data types. //Note: When you click Save and have mapping configurations in both Mapper 1.0 and Mapper 2.0, all mappings configured in either version are saved. When… Continue reading Mapper 2.0 vs 1.0 in Celigo
Dollar sign notation ($.company) in field mapping?
Q. In my integration, I see references to elements within a $ object in the import mapping, like the following: {{#if $.company}} {{$.company}} {{else}} {{$.first_name}} {{$.last_name}}{{/if}} What does $ mean here? I looked for a transform and elsewhere to identify it, but it doesn’t seem to appear before the import. A. NetSuite uses $ as the equivalent of the familiar JavaScript keyword this, in… Continue reading Dollar sign notation ($.company) in field mapping?