The Celigo flow is between Shopify and NetSuite. We can restrict mapping of fields using Celigo. Follow the procedure to map fields only when record is updated. To perform mapping of email field only when email is updated, click on the settings option 2. Select advanced option and select updating a record from the drop… Continue reading Restrict mapping of fields using Celigo
Tag: Celigo Mapping
Mapper 2.0 vs 1.0 in Celigo
//Info: JSTN-1127 In mapper 2.0 version, we can easily build complex JSON structures that include nested arrays and make use of data type validation for required fields and incompatible data types. //Note: When you click Save and have mapping configurations in both Mapper 1.0 and Mapper 2.0, all mappings configured in either version are saved. When… Continue reading Mapper 2.0 vs 1.0 in Celigo
Dollar sign notation ($.company) in field mapping?
Q. In my integration, I see references to elements within a $ object in the import mapping, like the following: {{#if $.company}} {{$.company}} {{else}} {{$.first_name}} {{$.last_name}}{{/if}} What does $ mean here? I looked for a transform and elsewhere to identify it, but it doesn’t seem to appear before the import. A. NetSuite uses $ as the equivalent of the familiar JavaScript keyword this, in… Continue reading Dollar sign notation ($.company) in field mapping?