Share via


CustRecurrenceInvoiceGroup.canSubmitToWorkflow Method

Checks the RecurrenceInvoice table buffer based on CustRecurrenceInvoiceGroup table record ID.

Syntax

public boolean canSubmitToWorkflow([str workflowType])

Run On

Called

Parameters

  • workflowType
    Type: str
    The workflow type.

Return Value

Type: boolean
true if at least one recurrence invoice found and the WorkflowApprovalState field on the CustRecurrenceInvoiceGroup table is equal to the CustFreeInvoiceWFApprovalState::NotSubmitted enumeration value; otherwise, false.

See Also

Reference

CustRecurrenceInvoiceGroup Table