ApprovalSettings interface

The approval settings.

Properties

approvalMode

The type of rule

approvalStages

The approval stages of the request.

isApprovalRequired

Determines whether approval is required or not.

isApprovalRequiredForExtension

Determines whether approval is required for assignment extension.

isRequestorJustificationRequired

Determine whether requestor justification is required.

Property Details

approvalMode

The type of rule

approvalMode?: string

Property Value

string

approvalStages

The approval stages of the request.

approvalStages?: ApprovalStage[]

Property Value

isApprovalRequired

Determines whether approval is required or not.

isApprovalRequired?: boolean

Property Value

boolean

isApprovalRequiredForExtension

Determines whether approval is required for assignment extension.

isApprovalRequiredForExtension?: boolean

Property Value

boolean

isRequestorJustificationRequired

Determine whether requestor justification is required.

isRequestorJustificationRequired?: boolean

Property Value

boolean