@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_atf_step {
        active: Typed<
            boolean,
            {
                active: true;
                default: true;
                label: "Active";
                mandatory: false;
                read_only: false;
            },
        >;
        copied_from: Typed<
            | string
            | ExplicitKey<"sys_atf_step">
            | TableBrand<"sys_atf_step">
            | Record<"sys_atf_step">,
            {
                active: true;
                label: "Copied from";
                mandatory: false;
                read_only: true;
                referenceTable: "sys_atf_step";
            },
        >;
        description: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Description";
                mandatory: false;
                maxLength: 1000;
                read_only: true;
            },
        >;
        display_name: Typed<
            string,
            { active: true; label: "Display name"; mandatory: false; read_only: true },
        >;
        inputs: Typed<
            string
            | number,
            {
                active: true;
                column_type: "glide_var";
                label: "Input variables";
                mandatory: false;
                read_only: false;
            },
        >;
        mugshots_cache_json: Typed<
            string
            | number,
            {
                active: true;
                column_type: "json";
                label: "Mugshots Cache JSON";
                mandatory: false;
                read_only: true;
            },
        >;
        notes: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Notes";
                mandatory: false;
                maxLength: 1000;
                read_only: false;
            },
        >;
        order: Typed<
            number,
            {
                active: true;
                label: "Execution order";
                mandatory: false;
                read_only: false;
            },
        >;
        snapshot: Typed<
            | string
            | ExplicitKey<"sys_atf_snapshot">
            | TableBrand<"sys_atf_snapshot">
            | Record<"sys_atf_snapshot">,
            {
                active: true;
                label: "Snapshot";
                mandatory: false;
                read_only: false;
                referenceTable: "sys_atf_snapshot";
            },
        >;
        step_config: Typed<
            | string
            | ExplicitKey<"sys_atf_step_config">
            | TableBrand<"sys_atf_step_config">
            | Record<"sys_atf_step_config">,
            {
                active: true;
                label: "Step config";
                mandatory: true;
                read_only: true;
                referenceTable: "sys_atf_step_config";
            },
        >;
        sys_id: Typed<
            string
            | number,
            {
                active: true;
                column_type: "GUID";
                label: "Sys ID";
                mandatory: false;
                read_only: false;
            },
        >;
        table: Typed<
            keyof Tables,
            { active: true; label: "Table"; mandatory: false; read_only: false },
        >;
        test: Typed<
            | string
            | ExplicitKey<"sys_atf_test">
            | TableBrand<"sys_atf_test">
            | Record<"sys_atf_test">,
            {
                active: true;
                label: "Test";
                mandatory: true;
                read_only: true;
                referenceTable: "sys_atf_test";
            },
        >;
        timeout: Typed<
            string
            | number,
            {
                active: true;
                column_type: "glide_duration";
                label: "Timeout";
                mandatory: false;
                read_only: false;
            },
        >;
        warning_message: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Warning message";
                mandatory: false;
                maxLength: 1000;
                read_only: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: Typed<
        boolean,
        {
            active: true;
            default: true;
            label: "Active";
            mandatory: false;
            read_only: false;
        },
    >
    copied_from: Typed<
        | string
        | ExplicitKey<"sys_atf_step">
        | TableBrand<"sys_atf_step">
        | Record<"sys_atf_step">,
        {
            active: true;
            label: "Copied from";
            mandatory: false;
            read_only: true;
            referenceTable: "sys_atf_step";
        },
    >
    description: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Description";
            mandatory: false;
            maxLength: 1000;
            read_only: true;
        },
    >
    display_name: Typed<
        string,
        { active: true; label: "Display name"; mandatory: false; read_only: true },
    >
    inputs: Typed<
        string
        | number,
        {
            active: true;
            column_type: "glide_var";
            label: "Input variables";
            mandatory: false;
            read_only: false;
        },
    >
    mugshots_cache_json: Typed<
        string
        | number,
        {
            active: true;
            column_type: "json";
            label: "Mugshots Cache JSON";
            mandatory: false;
            read_only: true;
        },
    >
    notes: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Notes";
            mandatory: false;
            maxLength: 1000;
            read_only: false;
        },
    >
    order: Typed<
        number,
        {
            active: true;
            label: "Execution order";
            mandatory: false;
            read_only: false;
        },
    >
    snapshot: Typed<
        | string
        | ExplicitKey<"sys_atf_snapshot">
        | TableBrand<"sys_atf_snapshot">
        | Record<"sys_atf_snapshot">,
        {
            active: true;
            label: "Snapshot";
            mandatory: false;
            read_only: false;
            referenceTable: "sys_atf_snapshot";
        },
    >
    step_config: Typed<
        | string
        | ExplicitKey<"sys_atf_step_config">
        | TableBrand<"sys_atf_step_config">
        | Record<"sys_atf_step_config">,
        {
            active: true;
            label: "Step config";
            mandatory: true;
            read_only: true;
            referenceTable: "sys_atf_step_config";
        },
    >
    sys_id: Typed<
        string
        | number,
        {
            active: true;
            column_type: "GUID";
            label: "Sys ID";
            mandatory: false;
            read_only: false;
        },
    >
    table: Typed<
        keyof Tables,
        { active: true; label: "Table"; mandatory: false; read_only: false },
    >
    test: Typed<
        | string
        | ExplicitKey<"sys_atf_test">
        | TableBrand<"sys_atf_test">
        | Record<"sys_atf_test">,
        {
            active: true;
            label: "Test";
            mandatory: true;
            read_only: true;
            referenceTable: "sys_atf_test";
        },
    >
    timeout: Typed<
        string
        | number,
        {
            active: true;
            column_type: "glide_duration";
            label: "Timeout";
            mandatory: false;
            read_only: false;
        },
    >
    warning_message: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Warning message";
            mandatory: false;
            maxLength: 1000;
            read_only: true;
        },
    >