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

Set up a token connection to Shopify

In the Create Connection panel provide the below details to setup a connection. Name your connection – Enter a clear and distinguishable name. API type – Choose your Shopify account API type: HTTP: Use traditional HTTP methods (GET, POST, PUT, DELETE) for straightforward interactions with individual resources. GraphQL: Use GraphQL for flexible, efficient queries and… Continue reading Set up a token connection to Shopify

Difference Between Location Field and Adjustment Location Field on the Main Line of Inventory Adjustment Record

Location field (Field Id: Location) is for accounts not using Multi-Location feature while Adjustment Location (Field Id: adjlocation) is for accounts using the Multi-Location feature. Navigate to Customization > Forms > Transaction Forms Click Customize on Standard Inventory Adjustment Click Screen Fields Main: Location and Adjustment Location are available, and both can be marked to Show

Creating Inventory Adjustments via SuiteScript Returns Unexpected Error

Scenario When creating an Inventory Adjustment record using SuiteScript, an unexpected error is returned. However, when setting the same values in UI, the record is saved successfully. Solution One possible cause for this is because there are customizations that is trying to set the main body Location field on the Inventory Adjustment. The body location field on the Inventory Adjustment record is Adjustment… Continue reading Creating Inventory Adjustments via SuiteScript Returns Unexpected Error