Would like help with writing shipping info back to Sales Order
Would like help with writing shipping info back to Sales Order
(OP)
I was tasked with writing tracking numbers and freight costs back to MAS90. The only way I could figure to do it was using SendKeys. This has proven extremely unreliable. I've just recently heard about BOI and wonder if I could use it to send this data back to the particular sales order in MAS.
Someone else mentioned inserting the data into the BO_SalesOrder file.
I'm wondering if anyone has example code that shows how to send data back to MAS, I'd sure appreciate the help. VBScript is preferred but I can translate VB or C#.
Someone else mentioned inserting the data into the BO_SalesOrder file.
I'm wondering if anyone has example code that shows how to send data back to MAS, I'd sure appreciate the help. VBScript is preferred but I can translate VB or C#.
RE: Would like help with writing shipping info back to Sales Order
Dawn
Visit Sage's Online Community mmunity.sa gemas.com/ sagemas/?c ategory.id =SageMAS90 and200Disc
http://co
RE: Would like help with writing shipping info back to Sales Order
Using a commercial solution is not an option for me. I need to roll my own. I'm hoping someone can shoot me a quick snippet of code on how to send this data back to MAS using Business Objects Interface. Or a tutorial. Thanks.
RE: Would like help with writing shipping info back to Sales Order
RE: Would like help with writing shipping info back to Sales Order
I'm a Crossware technician and work for UPS. It was Crossware that I was referring to in my original post in this thread. Sendkeys is the way Crossware writes data to MAS 90. But it is highly unreliable if extraneous window or messages pop up during the writeback process. I'd like to figure out how to write back directly to the DB whether using BOI or some other method.
RE: Would like help with writing shipping info back to Sales Order
RE: Would like help with writing shipping info back to Sales Order