Comments
-
Restricting the "add column" option is a big one for us as well.
-
To elaborate a bit more, a work order completion in NetSuite can be created very simply via POST /workOrder/{id}/!transform/workOrderCompletion (see NetSuite REST API Browser: Record API | API Reference). If Domo had a dedicated option for work order completions in the NetSuite writeback connector, or an additional option…
-
To elaborate a bit more, a work order completion in NetSuite can be created very simply via POST /workOrder/{id}/!transform/workOrderCompletion (see NetSuite REST API Browser: Record API | API Reference ). This transformation only requires the item quantity and a couple of other details, everything else is automatically…