• PTXA2021.1.1 new PO not created after email

    Not sure if this is really an office 365 integration issue, but it does concern integration with outlook so I guess so. I Installed the 2021.1.1 update last night, and our purchasing manager is struggling to create new POs. Previously, after you hit…
  • Emails not sending through Outlook

    Hi! One of our users is having a very strange issue. She has the latest 32-bit version of Office 365 on her computer as well as the latest version of Sage 50. She is able to send one purchase order in the morning without issue. Subsequent ones bring up…
  • There was a problem opening company.: (inner exception: FileNotFound)

    var companyId = GetCompany(); try { // Request authorization from Sage 50 for our third-party application. AuthorizationResult authorizationResult = Session.RequestAccess(companyId); This line Session.RequestAccess throws a PeachtreeException: FileNotFound…
  • SDK seeking permissions every time

    Hi, We are trying to build up an application using the Sage SDK to create invoices in the Sage 50. In our testing , we found that the Sage SDK is prompting for the user to give permission every time (even if it is same company file that we gave permissions…
  • How do you keep from having to 'allow access' every time you run your app?

    I have an Application ID and I can start a new session and open our production company, but every time I (or anyone) runs this c# .net app it always says that I have to open Sage and allow access. I open Sage and select 'Always Allow' but we have to do…