• What happened to Address.Key in SDK 2014?

    Just curious what happened in the 2014 .NET SDK for accessing the identifier for an address? Now it appears you can only access the Contact identifier.... It seems odd that Sage would completely remove that unless I'm missing something. The latest…
  • Sage 50 User Security with SDK (.NET)

    Is there any way to log on to the company with a specific Sage 50 User Company from the SDK .NET ? Previously, with COM interface, there is an option (CheckCompanyUsesPasswords) to ask Sage 50 if the company we want to open has security (User and password…
  • Upgrade to 2014 Sage-50 US edition causing me major headaches

    Hello, I was prompted to perform the upgrade to 2014 Sage-50 US Edition. Was prompted to convert database. Afterward, when I attempted to use the Sage .NET API to talk to it, I ran into errors... Sage.Peachtree.API.Exceptions.UntranslatedException…
  • How can I determine the current accounting year and period through the API?

    Hello, Am using the .NET API to create sales invoices in Sage. However, am getting the following error when I validate() or save() the sales inventory: Sage.Peachtree.API.Exceptions.ValidationException was unhandled by user code HResult=-2146232832…
  • Where is a complete list of filter constructs?

    Hi, Having trouble creating filters because I cannot find a complete list of the filter constructs available to put into a filter expression's Property method. I am particularly looking for how to select a single account based on its Key(guid),…
  • .NET API Account Balance Question

    Is there a way to retrieve an Account Balance, at a point in time, using the .NET API? Thanks.