Good day to Everyone. I have a dll and a function name process using a sessionclass how can i apply this one. This code was on customization guide. How can i incorporate to my public function process.Thank you very much
Public Sub SetCurrentEntry(Session As QSRules.SessionClass, _
NewValue As String)
If Not Session.Transaction.Entries(NewValue) Is Nothing Then
Session.Transaction.CurrentEntryKey = NewValue
End If
End Sub
*This post is locked for comments