we are trying to implement a system where we export the details of a work order (as csv) and import it into our manufacturing system for production. That part is working well, however the manufacturing system returns a csv with additional details we would like stored in NetSuite.
I have created all the fields and applied them to the AssemblyBuild but then I realized there is not CSV update for Assembly Builds. I was hoping someone here might have a solution for how to update the Assembly Build.
My thoughts so far are creating a custom record type with the custom fields and somehow linking that to the build since I can csv upload/update for custom record types.
I'm also open to scripting a solution but wasn't sure how to do it within NetSuite. I'm almost tempted to create a hosted webapp where you type in the Assembly Build ID, upload a CSV there for parsing and the application connects using suitetalk to update the record.
Thanks for your help!