
Bas van Ditzhuijzen Strategic Partner NetSuite Integration Whiz Salesforce Integration Whiz
- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 30
- Subscriptions 39
Comments
Recent activity by Bas van Ditzhuijzen-
Hi, you need to map the line fields orderdoc and orderline on the Bill record to link the bill to the purchase order. These are not exposed on the form in NetSuite so Celigo doesnt have a auto-sugg...
-
Hi Josh, a nice way to test if you pagination is working correctly is to set the pagesize to a low number, so in this case set "numProducts" to 2 on both query body's. Then click the preview button...
-
There is an extra type "exportSelect" that allows you to do a virtual export, and choose one of the results for your custom setting: Make sure that your virtual export returns 'label' and 'value' ...
-
There is an extra inputType "staticMap" that allows you to do make a mapping table based on data that is sourced live from the source&target systems. There is an excellent example by Tyler in the ...
-
Hi Steve, My workaround is to not use any branching. My guess is that branched flows use a different codebase to decide which tile to pass the page of data to, and that when Celigo refreshes the to...
-
Hi, The easiest way would be to set the custom field label in the NetSuite Saved Search to be the actual field name.
-
It signals that a flow has a schedule/has a mapping set.
-
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 ...
-
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...
-
You can PUT changes to the scripts endpoint using the same json format you get when you GET a specific script.