ApStatusChangeCommand Class |
Namespace: CorrigoService.Commands
[SerializableAttribute] public class ApStatusChangeCommand : BaseWoActionCommand
The ApStatusChangeCommand type exposes the following members.
Name | Description | |
---|---|---|
CurrentStatusId |
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.
| |
FinancialConcurrencyId |
FinancialConcurrencyID: Current value of WorkOrderCost.ConcurrencyId, optional.
| |
KeepCommentIntact |
Boolean flag; True means routine will not alter Comment value provided by caller.
| |
VendorInvoiceStatusId |
New value for Vendor Invoice Status
|