@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sc_task {
        calendar_stc: Typed<number, { label: "Resolve Time" }>;
        cat_item: Typed<
            | string
            | Record<"sc_cat_item">
            | ExplicitKey<"sc_cat_item">
            | TableBrand<"sc_cat_item">,
            {
                attributes: {
                    encode_utf8: false;
                    popover: true;
                    popup_processor: "com.glideapp.servicecatalog.CatItemPopper";
                };
                default: "javascript: new global.SNCCatalogUtil().getCatItemSCTask(current);";
                label: "Item";
                readOnly: true;
                referenceQual: "type!=bundle^sys_class_name!=sc_cat_item_guide^sys_class_name!=sc_cat_item_producer^type!=package^sys_class_name!=sc_cat_item_content^active=true";
                referenceTable: "sc_cat_item";
            },
        >;
        request: Typed<
            | string
            | Record<"sc_request">
            | ExplicitKey<"sc_request">
            | TableBrand<"sc_request">,
            {
                attributes: { encode_utf8: false; readonly_clickthrough: true };
                label: "Request";
                readOnly: true;
                referenceTable: "sc_request";
            },
        >;
        request_item: Typed<
            | string
            | Record<"sc_req_item">
            | ExplicitKey<"sc_req_item">
            | TableBrand<"sc_req_item">,
            {
                attributes: { encode_utf8: false };
                label: "Request item";
                referenceTable: "sc_req_item";
            },
        >;
        sc_catalog: Typed<
            | string
            | Record<"sc_catalog">
            | ExplicitKey<"sc_catalog">
            | TableBrand<"sc_catalog">,
            { label: "Catalog"; readOnly: true; referenceTable: "sc_catalog" },
        >;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    calendar_stc: Typed<number, { label: "Resolve Time" }>
    cat_item: Typed<
        | string
        | Record<"sc_cat_item">
        | ExplicitKey<"sc_cat_item">
        | TableBrand<"sc_cat_item">,
        {
            attributes: {
                encode_utf8: false;
                popover: true;
                popup_processor: "com.glideapp.servicecatalog.CatItemPopper";
            };
            default: "javascript: new global.SNCCatalogUtil().getCatItemSCTask(current);";
            label: "Item";
            readOnly: true;
            referenceQual: "type!=bundle^sys_class_name!=sc_cat_item_guide^sys_class_name!=sc_cat_item_producer^type!=package^sys_class_name!=sc_cat_item_content^active=true";
            referenceTable: "sc_cat_item";
        },
    >
    request: Typed<
        | string
        | Record<"sc_request">
        | ExplicitKey<"sc_request">
        | TableBrand<"sc_request">,
        {
            attributes: { encode_utf8: false; readonly_clickthrough: true };
            label: "Request";
            readOnly: true;
            referenceTable: "sc_request";
        },
    >
    request_item: Typed<
        | string
        | Record<"sc_req_item">
        | ExplicitKey<"sc_req_item">
        | TableBrand<"sc_req_item">,
        {
            attributes: { encode_utf8: false };
            label: "Request item";
            referenceTable: "sc_req_item";
        },
    >
    sc_catalog: Typed<
        | string
        | Record<"sc_catalog">
        | ExplicitKey<"sc_catalog">
        | TableBrand<"sc_catalog">,
        { label: "Catalog"; readOnly: true; referenceTable: "sc_catalog" },
    >
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >