• Sage 50—U.S. Edition 2018 download

    Hello, I would like to know if anyone has a copy of Sage 50—U.S. Edition 2018? I contacted Sage and was told they do not keep older versions of the software and to ask someone in the community. Any and all help would be appreciated thank you,
  • Accounting Period

    I've found how to get a list of the Accounting Periods through the SDK (Using .net API). Is there a place to find the current period so I'm not entering or updating records from an accounting period?
  • Inventory Adjustments Journal Field Import descriptions are incorrect

    Here is the field description for the "unit cost" field: Numeric (Real) - Unit cost for the line of distribution; it gets ignored for negative inventory adjustments, but gets used for positive inventory adjustments. ( Note: If this field is not included…
  • Advisory: Windows 10 Spring Creators Update (v1803)

    After installing the latest Windows 10 update (v1803), customers using Sage 50 over a network may be unable to open the program. Therefore, network customers may want to hold off on taking the update right away. Please review KB 90972 for more information…
  • how to add Prepayment to Customer in Peachtree with help of API

    hi, from last few days i am searching on how to add prepayment to customers in Peachtree, I need to replicate below mentioned functionality of Sage 50 in my app using API - Receive Money ~> Receive Money from Customer - select customer - check…
  • Specified directory could not be found Parameter name: s:\company

    So I am trying to use the Sage 50 API in a web application. The Web App will generate invoices and send them to Sage 50. Now the data is stored on another server at \\serverName\peachtree. I have this mapped to my S drive on the server and have that user…
  • Questions? Support calls available on Saturday, January 27, 2018!

    Please be advised that support calls are available this Saturday, January 27, 2018. Visit Sage 50 U.S. Year-end Center to schedule an appointment.
  • Advisory: Windows 10 Fall Creators Update

    After installing the latest updates to Windows 10, Sage 50 U.S. Edition may stop working while performing certain actions. Please review the Knowledgebase article for more information. We expect to have this fixed in the next product update.
  • How to overwrite the sales tax using sdk

    We want to be able to write the Sales tax of a document back to sage using a third party application. From the .net dll, we have understood that the sales tax can only be calculated but not written to. But we want to know if there is any way we can edit…
  • Get Application Unique Key of a company

    Hello All, I have a created a new company. I need to access that file through my .net application. To begin connection it asks for "Application ID". I have searched in my sage sotware regarding id. I couldn't get. Where do I get my application id? …
  • 1099s Printing for People Who Earned Less Than $600

    Hi, The 1099s are generating for individuals who earned to little (less than $600). How do I get them to not generate? Thanks!
  • Can't export units of measure.

    When this line executes: var exporter = (Export)app. CreateExporter(PeachwIEObj.peachwIEObjUnitMeasure); I get this error: The import object id specified is not valid. Please check the import object in the documentation. The enum is evaluating to…
  • .Net and bill of materials.

    Can we access the component items of an AssemblyItem via .Net? I don't see anything obvious in the API. Maybe COM is the only way to get there?
  • Sage Drive login is not getting access

    Sage Drive login is not getting access due to the CAPTCHA copy and paste function never processes? How do you copy the code once you get the verification to give the code?
  • CriptographicException and System.InvalidOperationException

    I can hit all the sample databases and my private database locally; however, when deployed I get this exception: System.Security.Cryptography.CryptographicException","StackTrace": " at Sage.Peachtree.API.PeachtreeSession.VerifyOrRequestAccess(CompanyIdentifier…
  • Getting A Vault GUID

    FormerMember
    FormerMember
    We are using Sage50 with Sage Exchange for CC Processing. I assume Sage Exchange uses the Vault to store the CC#'s offsite. As such I assume that the Vault GUID is stored back into Sage50 somewhere. Where would that be and can I get access to it? (I suspect…
  • Possible to generate invoice PDF files please?

    Each working day we have a few sales orders. We would like to programmatically send an invoice (PDF file) to each customer by email. Possible to do in Sage Quantum 50 US? Use the SDK? Any hints are greatly appreciated!
  • Cannot send journal to Sage 50 US via SDK importer

    I am trying to use the SDK (COM) to transfer a journal entry to Sage 50 (Peactree) but cannot make it work. I can see the import status screen flash out and there is no error occurs during the import; but nothing appears in the sage 50 journal entry report…
  • Unit Price To Be Hooked Up in Sales Invoice?

    How can i hook up Unit Price in Sales Invoice? Sales Rep can edit the unit price when invoicing. Price Levels appear but sales rep can enter the price what their like. how can i fix it?.
  • Simple customization of Sage 50 Accounting using Sage SDK

    Will be able to do simple customization of Sage 50 Accounting using Sage SDK. Basically want to pop up a message when an even occurs, as an example let us when user of Sage 50 software submits a invoice want to pop up custom confirmation message box.…