
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-
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.