Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AddNote Parameters

NameDirectionTypeDescription
TransactionNumber
int
Note
string

Example

The following is an example of the syntax used to add a note to a particular processed transaction name and number.

Code Block
linenumberstrue
ExecuteCommand("AddNote", { transactionProcessedEventArgs.TransactionNumber, 
"Sample Note" });