• Hi to send invoices to Print Spooler in Sage

    Hi Guys The Sales Ledger has now been closed for December, but I am still not able to print the invoice in Sage. How do I get the invoice into Sage Spooler for printing. I don't want to post but just print.
  • NIL Posted Nominal Accounts Enquiry

    Hi, How do I get a list of Nominal Accounts which have never been posted to in Sage 200C?
  • Communication Error: There was no endpoint listening

    A customer is getting this communication error when attempting to access SAGE 200 HELP! Any advice is welcome.
  • How to get the users under specific company?

    Hi all, I have the following code where I list all the companies that have the same base currency as the current company. public List<CompanySelection> GetTheCompaniesSameBase() { List<CompanySelection> companies = new List<CompanySelection>();…
  • Sage 200C Nominal Ledger Import Tool

    Hi guys, Our team are looking for an Excel Add-in Tool to help with hundred of lines of Journals Posting for Sage 200C on premise. We will like the Enforcement of Username when posting Journals and Business rules which can be maintained inhouse. …
  • Price Change History

    I am trying to work out if there is a part of Sage200 which logs what users are accessing and or changing product pricing on Sage 200 ? Previous Sage 500 had a log of who and when things were accessed and I wondered if Sage 200 also had this?
  • Handling error code of Ex11073Exception kept going in infinite loop

    Hi all, I wanted to bypass this error message with the code below, by referring to https://my.sage.co.uk/Sage200SDKDocs/html/DOC0078_Overview.html#ERRORS . But I only went into infinite loop if I click Yes, and stop the loop is I click No, but my…