Click or drag to resize
ApStatusChangeCommand Class
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsBaseWoActionCommand
      CorrigoService.CommandsApStatusChangeCommand
        CorrigoService.CommandsApSubmitPaymentCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ApStatusChangeCommand : BaseWoActionCommand

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
Remarks