How can we submit ticket in Celigo

Celigo provided a feature to developers get assist to solve issues in the development of flows in Celigo with Celigo support team. To get this help, we need to submit ticket to Celigo. we can submit a support ticket while signed into integrator.io using the Help menu in the application sidebar. Select Submit ticket and continue on to create your ticket… Continue reading How can we submit ticket in Celigo

Published
Categorized as Celigo

How can get the values dynamically from lookup in Celigo

We create lookup in Celigo for get the line item details. Each line item stored in array format. Using the following code, we can read the line items in runtime using each loop. “lines”: [     {{#each record.lineDetailsLookup}}     {       “productID”:”{{this.Item_Name}}”,       “requestedQuantity”:”{{this.Item_Qty}}”     }{{#unless @last}},{{else}}{{/unless}}    {{/each}}     ]

Published
Categorized as Celigo

Create a connection Between Celigo to NetSuite

Step 1: Installed the Bundle integrator.io Step 2 : Click the connection option and enter the details : Name ,Authorization type and Account ID Step 3 : Click save and authorize button Step 4 : Click Allow button .It automatically create the connection to NetSuite

Published
Categorized as Celigo

NetSuite sub records to JSON

Sub records hold information about a parent record and are meaningful only within that context. The sub record must be created, edited, removed, or viewed from its standard NetSuite record. These  sub records must be configured and mapped  in integrator.io. You can map sub records imported into NetSuite natively through integrator.io. When transformed, the JSON… Continue reading NetSuite sub records to JSON

Published
Categorized as Celigo

Custom flow in Celigo

Flow Builder allows you to create and customize a flow to transfer data from one platform to another. You can use Flow Builder to export and combine data from multiple applications, and import data into multiple applications. Building a simple flow requires a minimum of three steps: Choose source and destination applications – Select the applications you’re… Continue reading Custom flow in Celigo

Published
Categorized as Celigo

Create a report of flow events

The reports are separate for integrator.io Sandbox and Production environments. To create a Sandbox report, for example, you must first be working in your Sandbox environment. Select Tools > Reports from the left navigation menu. In the header row of the Flow events report results list, click + Run report. In the resulting Run report pane, customize the required settings for your report: Integration – All… Continue reading Create a report of flow events

Published
Categorized as Celigo

View a report of flow events

A ‘Reports’  option in the ‘Tools’ menu allows you to produce a list of all events that have run through one or more flows for a specified time period. Each report is available for download for up to 30 days from the creation date. To make it easier to find a report, click the ‘Filter’ button where available on… Continue reading View a report of flow events

Published
Categorized as Celigo

Cron Schedule in Celigo

All Celigo flows use the corn style of scheduling. Cron schedules have five positions referenced by five asterisks: * * * * * Minute (0-59) Hour (0-23) Day of the month (1-31) Month (1-12) Day of the week (0-6) Position Description Minute The first position is for the minute. This is in 15 minute intervals… Continue reading Cron Schedule in Celigo

Published
Categorized as Celigo

Scheduling Flows

1.Click on the calendar icon against the flow.  2.Pick the schedule as per your needs. . Presets can be used for the average user with default options. . For more specific scheduling, corn expression can also be set.   . Save and close

Published
Categorized as Celigo