This plugin helps in automated cash management and bank reconciliation. Features of the J.P. Morgan Treasury ignition plugin are listed below. Make payments globally with a variety of pay types: ACH (US and CAD) Virtual Card Check Outsourcing (US and CAD) Help mitigate check fraud with positive pay automatic transmission Help reduce exposure to errors… Continue reading J.P. Morgan Treasury Ignition Plugin
Author: Aishwarya M J
Proposal For Customization of Group Calendar For Employees with Time Off Events
Proposal Summary This proposal covers the scope of Customization of Group Calendar for Employees with Time Off Events. Requirement Cleerline Technologies would like to get a group Calendar which displays time-offs of a group of Employees and is accessible to all the employees in the particular group. Our Solution The requirement can be achieved by… Continue reading Proposal For Customization of Group Calendar For Employees with Time Off Events
Resolve date format related errors
When mapping date fields in the flow, there is chances of errors due to difference in date format of source and destination systems. To avoid such errors you need to set the export date format to sync the date values. From your Integration App, navigate to the Flow which has the date error Flows > [Flow… Continue reading Resolve date format related errors
Error while adding new eBay account
Error: When trying to add a new store in the eBay-NetSuite Integration App, an error occurs at the NetSuite configuration process. The error Celigo bundle is not installed in NetSuite but the bundle is already installed and even updated. The issue occurred only for NetSuite Sandbox connection. Solution: Re- authorize the existing NetSuite Connection and… Continue reading Error while adding new eBay account
PROPOSAL FOR SHOPIFY TO NETSUITE INTEGRATION USING CELIGO
The requirement can be achieved by configuring the Shopify – NetSuite Integration App in integrator.io. The Integration App provides automated data flows. When data in the source system is updated or new data is added, the corresponding records in the target system are also modified or updated. The Integration flows available in Shopify – NetSuite… Continue reading PROPOSAL FOR SHOPIFY TO NETSUITE INTEGRATION USING CELIGO
Import Amazon Order without Tax
When Importing the Orders from Amazon Seller Central using Celigo flows, the Item Price inclusive of tax is imported. The flow mapping by default is mapping the Item price inclusive of item tax. If there is requirement to exclude the tax the mapping for Item price can be modified as {{#if $.OrderItem[].ItemPrice.Amount}}{{ subtract $.OrderItem[].ItemPrice.Amount $.OrderItem[*].ItemTax.Amount}}… Continue reading Import Amazon Order without Tax
PROPOSAL FOR AMAZON SELLER CENTRAL TO NETSUITE INTEGRATION USING CELIGO
Requirement The requirement is to integrate Amazon Seller Central with NetSuite using Celigo. The Amazon Seller Central account in US marketplace region has to be integrated with NetSuite using the prebuilt Celigo Integration App. Our Solution Prerequisites NetSuite account (Sandbox and Production) with administrator permissions. Access to Celigo integrator.io Access to Amazon Seller Central Description… Continue reading PROPOSAL FOR AMAZON SELLER CENTRAL TO NETSUITE INTEGRATION USING CELIGO
Mapping Dropdown not Displaying any Available Options in Celigo flow
Issue: When saved search driven mappings are opened, Integrator.io makes a preview call into NetSuite to obtain the values in the Saved Search. If that search has no records or if the first record has any invalid setup, it will not display the dropdown values. Resolution: Ensure the associated saved search is public, at least one record is available… Continue reading Mapping Dropdown not Displaying any Available Options in Celigo flow
Shipping bundled products separately in Magento 2 integration app
There is a requirement to ship Bundled products separately but each time a Fulfillment export occurs, it ships everything. Solution:In Magento, select ‘Separately’ under ‘Ship Bundle Items’ on the item in Magento2 and this will allow for Bundles to ship with multiple shipments.
Saved search formula to get transactions created before a specific time
The formula CASE WHEN ROUND((({today}-{datecreated})*1440),6) > 15 THEN 1 ELSE 0 END”, “equalto”, “1”] can be used to exclude the transactions which are created 15mins before the script execution. This formula becomes useful when we are running scripts in a schedule of 15 minutes of less where a record may have completed its creation before… Continue reading Saved search formula to get transactions created before a specific time