Export or import NetSuite multiple select fields

NetSuite multiple select field types allow you to include multiple values in a single field.  In a scheduled flow that uses a saved search, integrator.io exports the multiple select field as a string with each value separated by a comma. In a real-time flow (one initiated by a webhook listener), integrator.io exports a multiple select… Continue reading Export or import NetSuite multiple select fields

Set NetSuite date format on saved searches

Consider a scenario where you exported records from NetSuite via a saved search flow, but the date fields were exported in the European format D/M/YYYY rather than your preferred format, DD-MMM-YYYY. You might have wondered if the issue was because the Celigo export had used the date format in the company preferences setting, which had… Continue reading Set NetSuite date format on saved searches

Error Message: ‘Failed while creating customer, message:Please enter value(s) for: Subsidiary’

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’

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

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