can I use a text file customer order and map it to sync.salesorder? If not, is there a way to import those customer order in oeet?
Are you using CloudSuite or on-premise installation of InforOS? Cloud would give you the ability to bring in a csv file as BOD that you can pass to ION Scripting to translate to XML Sales Order. If you are on-premise, you wouldn't have ION Scripting, nor does Mapping work with non-XML files. You might be able to pass in the CSV as a BOD, created in the Data Catalog or with the File Template, and call an API to create the order, but I think there will be problems with multiple lines. I would consider looking at Mapping utilities, like Altova MapForce, that would map the csv to XML. Another thought would be to insert the csv data into a SQL database and then could you map that data to an XML file with a Stored Procedure. This would give you the ability to pickup an XML BOD from SQL and be able to use the mapping tool.