Download Excel file

Download Excel file using suitelet script /**  * @NApiVersion 2.1  * @NScriptType Suitelet  */ /*********************************************************************************** * * Description :  Suitelet script for download the Excel file from the Quote record. * *   ***************************************************************************************************/ define([‘N/search’, ‘N/file’, ‘N/log’, ‘N/encode’], (search, file, log, encode) => {     let currencySymbol = ”;     /**    … Continue reading Download Excel file

Error – The variant ‘Black’ already exists in Celigo

Reason – Shopify NetSuite Integration app only expect single quantity pricing in Item record in NetSuite , If the item record has more than one quantity pricing , the error ‘The variant ‘Black’ already exists ‘ will show in the Celigo Solution , add one more criteria in the existing saved search in the Celigo. Pricing:Minimum… Continue reading Error – The variant ‘Black’ already exists in Celigo

Error in Monday.com to NetSuite Integration using Celigo

When integrating Monday.com with NetSuite through a custom flow, you might encounter several common errors. Here are some of the typical issues and their potential solutions: Authorization Issues: Error: “Your automation has failed due to an authorization issue.” Cause: This can happen if the API token or credentials are incorrect or if there are issues… Continue reading Error in Monday.com to NetSuite Integration using Celigo

Published
Categorized as Celigo

Script checks for changes in tax codes and updates them if they have changed:

/**  * @NApiVersion 2.1  * @NScriptType MapReduceScript  */ define([‘N/runtime’, ‘N/record’, ‘N/cache’, ‘N/search’, ‘N/file’],     /**      * @param{runtime} runtime      *  @param{record} record      * @param{cache} cache      * @param{search} search      */     (runtime, record, cache, search, file) => {         /**    … Continue reading Script checks for changes in tax codes and updates them if they have changed:

N/cache Module

The N/cache module is part of the NetSuite Applications Suite and is used for temporary, short-term storage of data. This module helps improve performance by reducing the need for scripts to repeatedly retrieve the same data  1.Here are some key features of the N/cache module: Cache Creation: You can create a cache that is available to the… Continue reading N/cache Module

Set up an HTTP connection in Monday.com

Create a Connection in Celigo: Go to the Resources menu in Celigo and select Connections. Click on + Create connection at the top right. Configure the HTTP Connection: In the Create connection panel, provide a clear and distinguishable name for your connection. Select HTTP as the application type. Set the mode to Cloud. Provide HTTP Account Information: Enter the base URI for Monday.com: https://api.monday.com/v2. Set the… Continue reading Set up an HTTP connection in Monday.com

Published
Categorized as Celigo

Setup Connection in Shopify NetSuite Integration app

Prerequisite: Be sure that you have a valid subscription license to install the integration app. Log in to your integrator.io account. In the left pane, click Marketplace. On the Marketplace page, click Shopify. Click Install. Note: If you see Contact Sales, instead of Install, contact your Account Executive to check the status of your integration app license. On… Continue reading Setup Connection in Shopify NetSuite Integration app

Published
Categorized as Celigo

Configure NetSuite account for Shopify NetSuite Integration app Setup

Enable Token-Based authentication in your NetSuite account Log in to your NetSuite account as an Administrator. Go to Setup > Company > Enable Features. On the “Enable Features” page, click SuiteCloud. In the Manage Authentication section, check the TOKEN-BASED AUTHENTICATION checkbox. Click Save. Create a custom role in NetSuite In NetSuite, go to Setup > Users/Roles > Manage Roles. On the “Manage Roles” page, next to the “Celigo eTail SmartConnectors” role,… Continue reading Configure NetSuite account for Shopify NetSuite Integration app Setup

Published
Categorized as Celigo

Install the Shopify bundle in NetSuite

In NetSuite, go to Customization > SuiteBundler > Search & Install Bundles. On the “Search & Install Bundles” page, in the Keywords field, enter Celigo Shopify Connector [IO] (bundle name) or 81289 (bundle ID). Click Search. Click Celigo Shopify Connector [IO]. On the “Bundle Details” page, click Install. On the permission window, read through and click OK. Your bundle will now be installed and you can find the… Continue reading Install the Shopify bundle in NetSuite

Published
Categorized as Celigo

Install integrator.io bundle in NetSuite

To install the integrator.io bundle in NetSuite: Log in to your NetSuite account. Go to Customization > SuiteBundler > Search & Install Bundles. On the “Search & Install Bundles” page, in the Keywords field, enter Celigo integrator.io (bundle name) or 20038 (bundle ID). Click Search. Click Celigo.integrator.io. On the “Bundle Details” page, click Install. On the permission window, read through and click OK. Your bundle will now be installed and… Continue reading Install integrator.io bundle in NetSuite

Published
Categorized as Celigo