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...
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...
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...
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
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...
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 = { "...
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...
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...
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...