Jump to content

Recommended Posts

Posted

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

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

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)

Posted
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

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...