@oneblink/sdk-core
    Preparing search index...

    Type Alias BaseFormSubmissionApproval

    type BaseFormSubmissionApproval = {
        additionalNotes?: FormSubmissionApprovalNote[];
        approvalFormId?: number;
        approvalFormSubmissionId?: string;
        cannedResponseKey?: string;
        formApprovalFlowInstanceId: number;
        group: string;
        internalNotes?: string;
        notes?: string;
        notificationEmailAddress?: string[];
        preventPayment?: boolean;
        stepLabel: string;
        updatedBy?: string;
    }
    Index

    Properties

    additionalNotes?: FormSubmissionApprovalNote[]

    The id of a form that should be submitted with approval

    approvalFormId?: number

    The id of a form that should be submitted with approval

    approvalFormSubmissionId?: string

    The id of a submission that was submitted with approval

    cannedResponseKey?: string

    Key to associate a canned response with an approval to allow for reporting

    formApprovalFlowInstanceId: number

    The unique identifier for the FormApprovalFlowInstance of this approval flow

    group: string

    The group assigned to the approval

    internalNotes?: string

    Internal notes that are not seen by the user that submitted the form

    notes?: string

    Notes sent to the use that submitted the form

    notificationEmailAddress?: string[]

    The email addresses of the users to be notified of the result

    preventPayment?: boolean

    Prevent the payment on a clarification request

    stepLabel: string

    The unique label for the step

    updatedBy?: string

    The username of the user that updated the approval