AddAPIProcessMessage method
Applies to |
---|
Invoice object |
This method adds a message to the process log of the current invoice.
Return Type
None
Syntax
object.AddAPIProcessMessage( Owner As String, Message As String)
Part |
Description |
---|---|
object |
An expression evaluating to an object of type Invoice. |
Owner |
A string value representing the plug-in that is adding the message. |
Message |
A string value representing the message to add to the process log. |