Click or drag to resize
ApStatusChangeCommand Properties

The ApStatusChangeCommand type exposes the following members.

Properties
  NameDescription
Public propertyCurrentStatusId
Current value of WorkOrderCost.ApStatusId, optional. Together with FinancialConcurrencyID, define concurrency check logic for this action. Since this action is inherited from WoAction it also supports WO concurrency ID check based on StatusID and ConcurrencyId properties. The expected usage scenario for “Vendor Invoice Status Change” action is StatusID = APInvoiceStatus.Unknown and ConcurrencyId = 0; e.g. WO concurrency check is turned off.
Public propertyFinancialConcurrencyId
FinancialConcurrencyID: Current value of WorkOrderCost.ConcurrencyId, optional.
Public propertyKeepCommentIntact
Boolean flag; True means routine will not alter Comment value provided by caller.
Public propertyVendorInvoiceStatusId
New value for Vendor Invoice Status
Top
See Also