AddNoteCommand
AddNote Parameters
Name | Direction | Type | Description |
|---|---|---|---|
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.
ExecuteCommand("AddNote", { transactionProcessedEventArgs.TransactionNumber,
"Sample Note" });