@servicenow/sdk - v4.9.0
    Preparing search index...

    Record Create trigger - fires when a record is created.

    interface RecordCreateTrigger {
        __inputs?: {
            condition: Typed<
                string,
                {
                    columnType: "string";
                    label: "Condition";
                    sysId: "2a8a7851ff2200108c8733af793bf131";
                },
            >;
            runTriggerOnExtendedTables: Typed<
                boolean,
                {
                    columnType: "boolean";
                    label: "Run On Extended";
                    sysId: "38c838790f0010108c87f4f0ff767e5a";
                },
            >;
            table: Typed<
                keyof Tables,
                {
                    columnType: "string";
                    label: "Table";
                    sysId: "a8ae38d1ff2200108c8733af793bf15c";
                },
            >;
        };
        __type: "PlaybookTriggerType";
        __userInputs?: undefined;
        inputs?: {
            condition: Typed<
                string,
                {
                    columnType: "string";
                    label: "Condition";
                    sysId: "2a8a7851ff2200108c8733af793bf131";
                },
            >;
            runTriggerOnExtendedTables: Typed<
                boolean,
                {
                    columnType: "boolean";
                    label: "Run On Extended";
                    sysId: "38c838790f0010108c87f4f0ff767e5a";
                },
            >;
            table: Typed<
                keyof Tables,
                {
                    columnType: "string";
                    label: "Table";
                    sysId: "a8ae38d1ff2200108c8733af793bf15c";
                },
            >;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    __inputs?: {
        condition: Typed<
            string,
            {
                columnType: "string";
                label: "Condition";
                sysId: "2a8a7851ff2200108c8733af793bf131";
            },
        >;
        runTriggerOnExtendedTables: Typed<
            boolean,
            {
                columnType: "boolean";
                label: "Run On Extended";
                sysId: "38c838790f0010108c87f4f0ff767e5a";
            },
        >;
        table: Typed<
            keyof Tables,
            {
                columnType: "string";
                label: "Table";
                sysId: "a8ae38d1ff2200108c8733af793bf15c";
            },
        >;
    }
    __type: "PlaybookTriggerType"
    __userInputs?: undefined
    inputs?: {
        condition: Typed<
            string,
            {
                columnType: "string";
                label: "Condition";
                sysId: "2a8a7851ff2200108c8733af793bf131";
            },
        >;
        runTriggerOnExtendedTables: Typed<
            boolean,
            {
                columnType: "boolean";
                label: "Run On Extended";
                sysId: "38c838790f0010108c87f4f0ff767e5a";
            },
        >;
        table: Typed<
            keyof Tables,
            {
                columnType: "string";
                label: "Table";
                sysId: "a8ae38d1ff2200108c8733af793bf15c";
            },
        >;
    }