Relevance of integrator.io sandbox license

If you are building a custom integration, then you can create an integrator.io connection to the NetSuite sandbox environment without purchasing an integrator.io sandbox license. You can specify the Environment setting of the NetSuite connection. In this use case, NetSuite is taken as an example, but this applies to any other application. Integration app environment licensing requirements:… Continue reading Relevance of integrator.io sandbox license

Published
Categorized as Celigo

Switch connection within an integration app from a sandbox to a production instance

The integration apps on the Celigo integrator.io platform are built with fairly heavy components or dependencies on each application and thus switching endpoints or accounts wouldn’t be permitted. Attempting to make changes might impact the overall stability of your integration app and is NOT recommended. If a connection is dependent on a user within the… Continue reading Switch connection within an integration app from a sandbox to a production instance

Sync Customer Groups from Magento to NetSuite

Description: Imports the Magento Customer Groups list into NetSuite and the imported information is internally used to set the customer group on customer records. Additional Details: The Customer Group information is stored in the custom record Magento2 Customer Group List After running the above dataflow, you should see all the stores along with its Magento ID in Magento2… Continue reading Sync Customer Groups from Magento to NetSuite

Published
Categorized as Celigo Tagged

Common Parse Errors in integrator.io

Sample error messages Hook file error – SyntaxError: ‘try’ without ‘catch’ or ‘finally’ An invalid JSON is sent in the response.body, error: Unexpected string in JSON at position 1831. SyntaxError: Unexpected end of input Unexpected token } in JSON at position 191, please ensure that you have wrapped all JSON property names in quotes. An… Continue reading Common Parse Errors in integrator.io

Integrate multiple Magento 2 Stores to a single NetSuite

Integrating multiple stores (within a single Magento account) to a single NetSuite instance is packaged in the out of the box Magento 2 – NetSuite Integration App & comes at no additional subscription cost. You can connect an unlimited number of stores within a single Magento account. Go to Settings> General > Select active Magento… Continue reading Integrate multiple Magento 2 Stores to a single NetSuite

Sync Magento Attribute Sets from Magento to NetSuite

Imports the Magento Attribute Sets into NetSuite.  The imported Attribute Sets list is then provided as a dropdown option (MAGENTO1 ATTRIBUTE SET) for the NetSuite Items under the ‘Magento 1’ tab. The Attribute Set information is stored in the custom record Magento1 Product Attribute Set. After running the above dataflow, you should see all the Attribute Sets along… Continue reading Sync Magento Attribute Sets from Magento to NetSuite

Permission violation: You need a higher permission for custom record type

Scenario A user with any role in NetSuite receives the error below after saving a record with a custom record type. Permission Violation: You need a higher permission for custom record type XXX to access this page. Please contact your account administrator. Solution Setup > Users/Roles > Manage roles > Choose the role in which the error occurs > Permissions tab > Custom… Continue reading Permission violation: You need a higher permission for custom record type

Fix error “Invalid login attempt.”

Scenario: The error “Invalid login attempt.” is encountered in the NetSuite Import step. The error occurred after the NetSuite User with which the NetSuite Connection is created is either inactivated or the access permission is removed. Soultion: Log in to integrator.io account. Go to Next to the NetSuite connection, below the Actions column, click on the three-dot icon.… Continue reading Fix error “Invalid login attempt.”

Published
Categorized as Celigo

Restrict the records passed to an Import step

Scenario: Shipment data are retrieved in the export step and passed to an import step to created item fulfillment in NetSuite. Among the Shipments retrieved there are Shipments which do not have related Sales Order in NetSuite. Hence when such Shipments are passed to Import step, it generates errors as the Sales Order is not… Continue reading Restrict the records passed to an Import step

Error in Customer flow, unable to add new Shopify customer to NetSuite.

Error: Multiple matches were found for customer record with criteria: [[“email”,”is”,”test@gmail.com”],”AND”,[“custentity_celigo_shopify_store”,”is”,”@NONE@”]]. Please use different secondary lookup criteria and try again. Solution: Check if there are multiple customer records in NetSuite for test@gmail.com. To resolve this, t’s either you need to make sure that there’s no duplicate customer record in NetSuite with email address or you… Continue reading Error in Customer flow, unable to add new Shopify customer to NetSuite.