Hi Bas van Ditzhuijzen, In NetSuite import we use submitField and SubmitRecord efficiently based on the below scenarios.For record creation, transformation, multi-select fields, text fields (D...
Hi Nuri Ensing, Regarding your two queries, for Item record subsidiary is a multi-select field, that's the reason we need to submit it as an array. but for transaction records, it's a select-typ...
Hi Aishwarya M J Looks like you were using restletVersion 'suiteapp2.0' in your import, so you need to check the SuiteApp, not the Suite bundle.Please check the SuiteApp installed list and check...
Hi Hristina Bendeva This question is moreover to the NetSuite team, Not Celigo. As per I know, not sure through saved search we can change the order, But we can do this, go to the custom list --...
Hi Aishwarya M J looks like you were using the old SuiteApp version, can you please check if you have version 1.11.0 or above? if it was a sandbox you can upgrade by yourself. if it was producti...
Hi Steve KlettThanks for sharing the logs, Based on the logs here is my observation. "extract": "*.line_id" In Mappings looks like it was added *.line_id, instead of line_id, better remove mappin...
Hi Harold Liles, If we try to use billing mappings then we consider default billing as true and default shipping as false, and If we try to use shipping mappings directly then we consider defaul...
Hi Rosemol Joe looks like the issue is coming from the line item sublist, not from the package sublist. I think you were trying to add a new line item in the item fulfillment record which is not...
Hi Wyatt Boleky Apologize for the delay, We did an analysis on both the issues you were facing, and here is our finding to your questions.1. Date issue: As per your CSV input the Date is 7/28/2...
Hi Nuri Ensing, Here are a couple of solutions for your issue.1. Reg: concurrency As both flows are running parallel, and if we set concurrency 1, we request to Microsoft only one request ...