
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
Activity overview
Latest activity by Bas van Ditzhuijzen-
Bas van Ditzhuijzen commented,
It signals that a flow has a schedule/has a mapping set.
-
Bas van Ditzhuijzen created a post,
Branched flows cannot refresh access tokens
This is probably a bug, I will also raise a ticket but am posting it here because I've seen more posts of people having issues with branching so I hope this might help someone. The basic premise is...
-
Bas van Ditzhuijzen created a post,
Has anyone got branch merging to work?
When I run a flow that has merged branches every time the job gets held up in 'In Progress' for at least 4 hours, with zero remaining records to process. Is this how this is supposed to work? It's ...
-
Bas van Ditzhuijzen commented,
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 ...
-
Bas van Ditzhuijzen commented,
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...
-
Bas van Ditzhuijzen commented,
You can PUT changes to the scripts endpoint using the same json format you get when you GET a specific script.
-
Bas van Ditzhuijzen commented,
Try using External Id (Text) to do the matching. NetSuite is weird like that.
-
Bas van Ditzhuijzen commented,
Hi Steve, you can get to the sample data using the API for FTP exports: But I agree, would be nice to be able to edit/set this from the UI, also for example for exports that dont always have examp...
-
Bas van Ditzhuijzen commented,
There are some examples on GitHub: https://github.com/CeligoServices/SuiteScript-Hooks
-
Bas van Ditzhuijzen commented,
Sinclair Dental IT Admin I parse it as as pipe-delimited file without header, and then when saving also write as a pipe-delimited file without header. That way it writes the file back the way it wa...