Sage 100

 View Only
  • 1.  Using web services in 4.4 to send data from a web

    Posted 03-30-2012 11:08
    Using web services in 4.4 to send data from a web app into MAS Sales Orders. I won't let us import the sales tax (it is calculated on the app) and gives us the following error: ""[MasWebService.MasFault]: Could not set SO_SalesOrder_Bus column SalesTaxAmt: Sales Tax Amount is read only."" Any ideas on how to get around this? I know I can manually over-ride tax in data entry in SO Entry but why can't I in web services?


  • 2.  RE: Using web services in 4.4 to send data from a web

    Posted 03-30-2012 11:29
    You can't set the field SalesTaxAmt through the data entry either. You can click on detail and adjust the detail amounts which add up to the total. Web Services doesn't expose adjusting the sales tax detail.


  • 3.  RE: Using web services in 4.4 to send data from a web

    Posted 03-30-2012 11:35
    Bummer...I may have to just duplicate the calculation and setup all the tax tables in MAS for them. Thanks Dawn.