
bill budwitz
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by bill budwitz-
bill budwitz commented,
i am using some import & exports through the MyAPI interfaces only, so they are not part of a flow. SO in order to edit the mappings i have to add the import/export to a flow in order to edit the...
-
bill budwitz commented,
Bhavik Shah there are over 600 records at that endpoint (Postman and a celigo import flow returns this many). There is another issue that Celigo is "working" on that will return the number of rec...
-
bill budwitz created a post,
Using exports.runVirtualWithPaging
I am trying to implement exports.runVirtualWithPaging and have a question regarding getting the next page(s). Based upon the explanation of how to use it, i am passing back the captured pagedExpor...
-
bill budwitz created a post,
Edit Import Data Mapping
Is there a way to view or edit a imports data mapping without it being in a flow? If you edit just the import under the Imports tab i dont see where you can edit the data mapping. thank you
-
bill budwitz commented,
Scott Henderson Thank again for the quick reply. i will covert my direct SQL call to using a RESTful API that delivers the same results. If that has an issue, i will run the issue up the flag p...
-
bill budwitz commented,
Scott, thank you for the quick response. Added pageSize to definition and still get back only 20 records. Maybe wrong place or typo? function return_POR_JobSites_Obj () { let PORObject = { "...
-
bill budwitz created a post,
MyApi Export Pagination
A very simple script that calls MSSQL to retreive all the records from a table. I get the first 20 records (of 854), how do i go about getting the remaining records (pages)? thanks bill script be...
-
bill budwitz commented,
I was able to solve by using export.runVirtual and getting the export document and recreating the export as an object. it would still be interesting to know if using export.run to reference the ex...
-
bill budwitz created a post,
MyApi call to an export with data
I have created 2 exports. One that retrieves all of the Customer records from NetSuite (export 1). A second one (export 2) that uses a key (custId in the search criteria ) to retrieve only the cu...