icet test Posted March 6, 2024 Posted March 6, 2024 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
Nigel Smith Posted June 20, 2024 Posted June 20, 2024 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)
Nyasha Gumbo Posted June 20, 2024 Posted June 20, 2024 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
Nigel Smith Posted June 20, 2024 Posted June 20, 2024 We are sage 200 developers (using .NET), we work with Sage 200 professional end users (via their Sage 200 BP) https://www.roundhouse-sw.co.uk/
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now