
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
Recent activity by Bas van Ditzhuijzen-
I found these two other requests in the community forums that are related to the same issue. https://docs.celigo.com/hc/en-us/community/posts/360068134491-Add-preview-toggle-for-SuiteScript https:...
-
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...
-
There is an easier workaround for this without having to go through the API, just temporarily set the filetype to CSV, check the skip aggregation box, set the filetype back to EDI and Save the impo...
-
Hey now we might have lost the possibility to see what exactly is happening when, but at instead of that we've got these super insightful charts 😂 All jokes aside you are completely correct that...
-
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 viliandy leonardo, unfortunately the new status filter does not allow you to filter on status Error.
-
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...
-
I've previously done this with a suitescript hook. Made an export for a saved search that picks up the file metadata, and used a SS2.0 hook to load the file contents and pass them on to Celigo. Min...
-
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...
-
You can do this using the API, but I would love to be able to do this from the UI too.