formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface MetadataProcess

    This object contains information related to a form record (submitted form). To access the form record of the current form, use XFC_METADATA.currentProcess. This is an empty object in case the form was not submitted yet.

    interface MetadataProcess {
        creationDate: string;
        id: number;
        inbox?: string;
        lastChangeDate?: string;
        parentVorgangId?: number;
        processId: string;
        status: string;
    }
    Index

    Properties

    creationDate: string

    The date (formatted according to ISO8601) when this form record was created.

    id: number

    The ID of this form record.

    inbox?: string

    The name of the current inbox of this form record.

    lastChangeDate?: string

    The date (formatted according to ISO8601) when the data of this form record were last edited.

    parentVorgangId?: number

    If it exists: The ID of the form record that is a parent of the current process.

    processId: string

    The process ID of this form record, e.g. 9b5f788d-7874-4c3c-8131-ccdfd9bcc244.

    status: string

    The name of current state of this form record. The initial state is Received.