Click or drag to resize
InvoiceLog Properties

The InvoiceLog type exposes the following members.

Properties
  NameDescription
Public propertyActionTypeId
Action type ID; required. References CLookup[TypeID = 'CIAT'].ID, Supported values are C|T|P|D - created, tax computed, posted, paid.
Public propertyActor
System actor who performed the action
Public propertyComments
Action comments, optional. Max Length=1024
Public propertyDtActual
Actual timestamp of invoice action At the moment server time is used.
Public propertyDtStamp
Timestamp when action was performed(Can be overridden), required. At the moment server time is used.
Public propertyIdx
Action log record number, unique for the invoice. Required.
Public propertyInvoice
Parent invoice
Top
See Also