pre save page The pre save page hook is invoked on a page of records before the page is sent to subsequent steps in your flow. This hook can be used to add, update or delete records. This hook is a great place to execute logic on batches of records at the same time. For… Continue reading pre save page hook in celigo
Tag: Celigo
Pre Map hook in Celigo
Pre map The premap hook is invoked on a page of records before the records are mapped from source to destination structures. This hook can be used to validate, update, or ignore records before mapping rules are run. Changes made to records in this hook are localized and will not get passed along to subsequent steps… Continue reading Pre Map hook in Celigo
Lookup data from Https
Create a flow with Https Lookup. In Relative URL give the API URL from where we want to fetch data from. Select the Http method. Give the body data according to the format given in the API. Preview in order to see the output
Error: SSS_REQUEST_LIMIT_EXCEEDED
This is the full checklist to diagnose and address these errors due to the NetSuite Governance. Here are the most common steps to diagnose and fix this type of error: Contact NetSuite to determine how many concurrent requests are allowed for your NetSuite account. From the Home page, navigate to Resources → Connections. Open every individual NetSuite… Continue reading Error: SSS_REQUEST_LIMIT_EXCEEDED
HOW TO: Generate NetSuite sales orders from Salesforce opportunities for only certain product families
To filter which opportunities generate sales orders: In Salesforce, open the Real Time Sync for the opportunity. Under the Related SObject Syncs section, search each SObject Sync for the OpportunityLineItem Open that OpportunityLineItem. In the Filter field, specify your filter. Here is an example for Product Group is not recurring
How to Install and configure the Shopify payout reconciliation add-on?
PREREQUISITE: Ensure that you have a valid subscription license for the add-on. If you do not have a license, from your integration app, go to the Add-Ons section and click Contact Sales. You can install this add-on from the “Subscriptions” section of your Integration App. Before you set up the flow Before you run the flow,… Continue reading How to Install and configure the Shopify payout reconciliation add-on?
Adding referenced fields and lists in Celigo flow.
Create an export flow of Sales Force and go to the referenced fields option. Now copy pasted the objects field Id with the sourcing Id as mentioned in the above image. For lists ,click on the pen icon, Select the child object type and choose the fields that you want for the list.
Sales Force Legal entity to NetSuite Sub-Customer
In the salesforce export flow, realtime trigger is created for legal entity object. In Import, the flow will be like get the data by the id of the record by mapping the response. get the data from the look up and map the response to a flow to netsuite.
Sales Force Accounts to NetSuite Customers
Create a salesforce trigger with the data shown below, and create a flow with Realtime export from accounts. Import flow for NetSuite looks like, get the id from the response and map it in the flow.
NetSuite Payments to Sales Force Invoice Sync
Create an export flow of NetSuite. Type as Customer Payment In Import use type as Invoice. and give the saved search id to filter the payments from NetSuite.