ApprovalSettings interface
The approval settings.
Properties
approval |
The type of rule |
approval |
The approval stages of the request. |
is |
Determines whether approval is required or not. |
is |
Determines whether approval is required for assignment extension. |
is |
Determine whether requestor justification is required. |
Property Details
approvalMode
The type of rule
approvalMode?: string
Property Value
string
approvalStages
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