SDK question

SUGGESTED

Hi,

can someone point me to the right place to ask questions about Sage 50 Premium Accounting (trial) SDK integration in C# ?

Lots of support links and phone numbers are broken and lead nowhere..

Also, I get asked a customer id, and a chat bot told me to go in Sage's "About" menu, "Support info" and look at the top for a number starting with "4xxxxxx" but I don't have such thing (maybe because it's the trial ?)

----------------------------------------------------------------------------------------------------------

Otherwise, here is the technical question:

In the SDK, there are calls for various journals such as:

SDKInstanceManager.Instance.OpenSalesJournal();

... but there is no equivalent for customer receipts (in other words, no "OpenReceiptsJournal" method)

So how can we programmatically add receipts to customer invoices that will be paid later ?

Top Replies

Parents
  • 0
    how can we programmatically add receipts to customer invoices that will be paid later

    As far as I could tell, there are no documented API calls for receipts or payments.  

    If you want to build your own code, you could turn SQL logging on, record sample transactions, and work back from the log output. 

    It would be difficult to be sure that it would work properly in all situations, so for any non-trivial system, especially for code you intend to sell, you would probably want to work closely with Sage.

    can someone point me to the right place to ask questions about Sage 50 Premium Accounting (trial) SDK integration in C#

    This is indeed the place.  I don't know if your post was moved by the moderator, but it is in the right place now.

  • 0 in reply to RandyW

    Hi Randy,

    thanks for the infos ! How can we turn SQL logging on ?

Reply Children