
Bas van Ditzhuijzen Strategic Partner NetSuite Integration Whiz Salesforce Integration Whiz
- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 28
- Subscriptions 33
Comments
Votes on activity by Bas van Ditzhuijzen-
To clarify, the hooks/steps would be: Premap-hook Celigo does JSON/XML mapping Postmap-hook Celigo sends request to external werbservice/api and gets response Presave-hook > responsedata array siz...
-
A delta flow using only {{lastExportDateTime}} will always run into race/overlap conditions because of the lag between the time the export is queued and the time it actually runs. To fix this for f...
-
It signals that a flow has a schedule/has a mapping set.
-
Although counter-intuitive, I would always update the price, even if it is the same as the previous one. There is no performance-gain to be had by doing an extra database query to look up the curre...
-
Based on the preview data it looks like celigo doesnt know how to get to the array of results and treats the response as 1 record. Try setting the field 'Path to records in HTTP response body' to ...
-
We also ran into this issue, had to supply a predefined filename per file, and using pagesize=1 had already ensured filenames would always be unique. My workaround was to use a 'constant' timestamp...
-
Hi, for the succes path to a SOAP xml response you need the complete local-name xpath to the node you want to find, so for your example you would need: /*[local-name()='Envelope']/*[local-name()='B...
-
You can do this by adding both cases in the visual export transformation: This works because if its an array only the top mapping will map, if its an object only the bottom one will be used. I've ...
-
You can PUT changes to the scripts endpoint using the same json format you get when you GET a specific script.
-
Try using External Id (Text) to do the matching. NetSuite is weird like that.