Jump to content

Create Credit Memo using SDK (2024.1)


 Share

Recommended Posts

We are developing an application that can create Credit Memo programmatically using .NET SDK. However, I cannot find how to create a Credit with SDK.

Is it possible to create Credit Memo with SDK?

Thanks

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

If you are using Sage 200 pro - then the following VB.NET code should work (you can also "get" the Credit Memo) :

            Dim lsOldNote As String = customer.CustomerCreditInfo.GetTraderCreditMemoNoteText
            customer.CustomerCreditInfo.SetTraderCreditMemoNote(
                "Pays on 15th of the month", Sage.Accounting.Application.ActiveUserName)

Link to comment
Share on other sites

25 minutes ago, Nigel Smith said:

If you are using Sage 200 pro - then the following VB.NET code should work (you can also "get" the Credit Memo) :

            Dim lsOldNote As String = customer.CustomerCreditInfo.GetTraderCreditMemoNoteText
            customer.CustomerCreditInfo.SetTraderCreditMemoNote(
                "Pays on 15th of the month", Sage.Accounting.Application.ActiveUserName)

Hi can you assist with the .Net program

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...