• DocumentTotal Bug?

    I should start off by saying we are still on v2020 for compatibility reasons. It appears that the `oBusObj.DocumentTotal` property (Sales Order Bus) doesn't calculate on quotes (it's value is 0). Is this intended behavior? The moment I change the order…
  • Sales Order Invoice Printing with Batches Enabled

    Has anyone had any luck creating a BOI script to print and update invoices when batches are enabled? I keep getting a message stating that batching can't done in the current task. Here's a snippet of my code: retVal = oSS.nSetProgram(oSS.nLookupTask…
  • Sales Order ShipTo address being ignored

    I have a C# dotNet 4.8 web application providing API services into Sage 100, working fine at multiple sites. At one customer, the Sales Order BOI seems to ignore the ShipToAddress fields on the sales order. Avatax and Scanforce are installed on this site…
  • Purchase order is getting created without line items

    Can anyone please help me in creating purchase order in sage. I tried creating it but the line items are not getting inserted and getting the following error "This Purchase Order has no lines and has zero total amounts". ARDivisionNo = WScript…
  • Total getting round off in sales order

    Can anyone please explain why the total is getting rounded off in sales order section
  • Access to Sage 100 API

    Hello, About a year ago we hired a 3rd party company to develop a Sales Order integration for us. Essentially what they are doing is extracting data from our Quotes & Sales Orders application (using Zoho Creator) and using POST functionality to create…
  • EDIT SO INVOICE AFTER "BATCH IS CLOSED"

    Hello , We are new to using Sage 100 and have a few questions . After our sales people process a sales order we then go into Shipping data entry and then print the invoice. At the end of the day , we then update the register. My question is , how…
  • c# Sales Order Extended Item Description

    How do I create an Extended Item Desription ?? soLine.InvokeMethod("nAddLine"); soLine.InvokeMethod("nSetValue", "ItemCode$", "NEW IMM"); soLine.InvokeMethod("nSetValue", "QuantityOrdered", qty_p); // DESCRIPTION object[] getIDesc = new object[] { …
  • Sage 100 Export Sales Order to File BOI

    Hello, I am having difficulty getting some code to work. I have found examples, but translating it to C# is making it harder to solve the problem. I am trying to export a sales order through the SO_SalesOrderPrinting_UI BOI. the following settings…
  • Adding Misc Charge Items to Sales Order are not being added in BOI

    I am currently trying to add in a misc charge item to a sales order using BOI. soORDER.oLines.nSetValue("ItemCode$", "/SALESTAX") soORDER.oLines.nSetValue("ExtensionAmt", 10.00) soORDER.oLines.sLastErrorMsg #No error message. soORDER.oLines.nWrite…
  • Launching Sales Order Entry Outside of Sage

    I am trying to use code that i have used in previous versions of Sage 100 to launch into Sage Sales Order Entry from an Access Data Base. By previous version note that we were on Sage 2013 and took a huge leap to Sage 100 Advanced 2018 (Version 6.00.2…
  • How do I run a script after a sales order is really saved?

    I need to run a script after a sales order is saved. The Post-Write doesn't work, because the data is not yet in the tables when the Post-Write script runs. My script prints a specific sales order form for the order being saved, but on new orders, since…
  • Writing /C comment to sales order

    Is it possible to write a "/C" comment line item to a sales order using BOI? If so how? The VB code I am currently using is more or less this modulo checking response codes and logging: Dim oSOrder As Object Dim sItemCode As String Dim sQuantityOrdered…
  • Pricing Updates for Inventory Items

    We are having trouble updating pricing. We are updating in the Item Maintenance module, the Purchase Cost and Retail cost. These updated costs are not pulling into Purchase Orders and Sales Orders. Any ideas?
  • Creating Sales Order with Payment/Transaction data

    FormerMember
    FormerMember
    I'm trying to create Sales Orders within Sage 100 via C#, but I've been having trouble including payment information. I wonder if anyone could please help get me on the right track. I've been able to set a Freight Amount, but I've not be able to set any…
  • RE: <Error: 0 in Method GetValue>

    80020009 Same problem here - SO and PO modules. Upgrading from Sage MAS 200 4.40.0.5 to MAS 100 2013 5.00.7.0. Tried on XP, Windows 7 (cmd as 32-bit), Windows 2012 Server Standard (cmd as 32-bit) support.microsoft.com/.../896456 (%windir%\SysWoW64…