The Billing section in the Amazon-NetSuite Integration App consists of the following flows: NetSuite Order to NetSuite Cash Sale Add NetSuite Order to NetSuite Invoice Add These flows (for cash sale or invoice generation) have been designed to support the auto-billing feature for orders within NetSuite. The invoice and cash sale data flow enable you… Continue reading Auto-bill Amazon orders in NetSuite
Author: Aishwarya M J
Sort items (matrix/variation) in Shopify
You can now create a custom item field to sort matrix items or items with variations in ascending order in Shopify. You can then use the custom item field to specify the item position. For example, if you have 5 matrix items, in the custom item field you can specify the position (1 through 5)… Continue reading Sort items (matrix/variation) in Shopify
Duplicate sales orders
If your flow is intermittently creating duplicate sales orders with the same ID value, this is most likely caused by multiple calls processing the record simultaneously. To resolve the issue, change your concurrency settings. What is concurrency? When submitting records to an application, inconsistencies can result if you’re using a concurrency level greater than one… Continue reading Duplicate sales orders
Handlebars – #startsWith helper
#startsWith helper renders the block if the test string begins with the specified prefix. If it does not match, the {{else}} block is rendered. Usage {{#startsWith prefix testString}}Block if match{{else}}Fallback{{/startsWith}} prefix (required): the prefix to check for testString (required): string to test against. Examples 1.Check if a greeting starts with “Hello” {{#startsWith “Hello” record.greeting}}Match!{{else}}No match{{/startsWith}}… Continue reading Handlebars – #startsWith helper
Shopify Payout Reconciliation Add-on : Test for single payout.
You can use an input filter to consider only a single payout (for the payout you want to sync). For this, please use the below steps: First, get the Payout Id from Shopify. Access the list of Payouts using URL: https://.myshopify.com/admin/payments/payouts and open specific payout to get the ID in the URL. Then, 1. Open… Continue reading Shopify Payout Reconciliation Add-on : Test for single payout.
Allow Celigo support to temporarily access your account
You can let the Celigo support team securely access your environments for troubleshooting without compromising security. A Celigo Support user profile is automatically available to all customer accounts. This is the profile that Celigo support representatives will have when they access your account to assist you while troubleshooting problems. If you are an account owner… Continue reading Allow Celigo support to temporarily access your account
Integration Dashboard
·The integration dashboard shows you the status of every flow that ran for the last 30 day. From here you can watch your flows run in real-time, review errors as they occur, and review your run times. The dashboard has two tabs: Running flows and Completed flows. · Running flows You can see any… Continue reading Integration Dashboard
Resolve error when verifying Amazon bundle
You may see the error “Celigo Product Bundle not installed in NetSuite. Please install and try again” during setup or verification of a new integration. This error may appear even if the Celigo Product Bundle is already installed in NetSuite. Error message: “Celigo Product Bundle not installed in NetSuite. Please install and try again.” Reason: The error… Continue reading Resolve error when verifying Amazon bundle
Error importing Shopify gift card to NetSuite
Issue: Gift card order is stuck on order import. Error ‘Failed to add Shopify Order “XXXXX” mapping error occurred. More than one match for “[[“internalid”, “isempty” AND “isinactive”,”is”,”F”]]” for the record type item”.’ Could not find a match for the record type ‘”item”‘. Solution: A NetSuite item record must be created for it and the gift card… Continue reading Error importing Shopify gift card to NetSuite
Back up transferred files in File Transfer
When transferring files during an integration, you can apply settings to archive a copy of each file, in either of the following flow steps: Transferring files out of FTP if you are retrieving a file for later transfer to a destination application, or reading records from structured data such as JSON or CSV Transferring files… Continue reading Back up transferred files in File Transfer