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

    Variable kb_article_checklist_summaryConst

    kb_article_checklist_summary: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        autoNumber: { number: 100000; prefix: "QUE" };
        display: "aqi_score";
        label: "Article Checklist Summary";
        name: "kb_article_checklist_summary";
        schema: {
            aqi_score: Typed<number, { label: "AQI Score"; readOnly: true }>;
            article: Typed<
                | string
                | Record<"kb_knowledge">
                | ExplicitKey<"kb_knowledge">
                | TableBrand<"kb_knowledge">,
                {
                    attributes: { encode_utf8: false; readonly_clickthrough: true };
                    label: "Article";
                    mandatory: true;
                    readOnly: true;
                    referenceTable: "kb_knowledge";
                },
            >;
            checklist: Typed<
                | string
                | Record<"kb_quality_checklist">
                | ExplicitKey<"kb_quality_checklist">
                | TableBrand<"kb_quality_checklist">,
                {
                    attributes: { encode_utf8: false; readonly_clickthrough: true };
                    label: "Checklist";
                    mandatory: true;
                    readOnly: true;
                    referenceTable: "kb_quality_checklist";
                },
            >;
            comments_for_author_reviser: Typed<
                string,
                { label: "Comments for Author/Version Author"; maxLength: 4000 },
            >;
            comments_for_reviewers: Typed<
                string,
                { label: "Comments for Reviewers"; maxLength: 4000 },
            >;
            number: Typed<
                string,
                {
                    attributes: { ignore_filter_on_new: true };
                    default: "javascript:global.getNextObjNumberPadded();";
                    label: "Number";
                    readOnly: true;
                    unique: true;
                },
            >;
            reviewer: Typed<
                | string
                | Record<"sys_user">
                | ExplicitKey<"sys_user">
                | TableBrand<"sys_user">,
                {
                    attributes: { encode_utf8: false; readonly_clickthrough: true };
                    label: "Reviewer";
                    mandatory: true;
                    readOnly: true;
                    referenceTable: "sys_user";
                },
            >;
            state: Typed<
                string,
                { dropdown: "dropdown_with_none"; label: "State"; readOnly: true },
            >;
            sys_created_by: Typed<
                string,
                {
                    label: [
                        { label: "Created by"; language: "en"; plural: "Created by" },
                    ];
                },
            >;
            sys_created_on: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                { label: [{ label: "Created"; language: "en"; plural: "Created" }] },
            >;
            sys_domain: Typed<
                Record<"domain">
                | "global",
                {
                    label: [
                        {
                            hint: "Domain to which the Article Checklist Summary belongs";
                            label: "Domain";
                            language: "en";
                            plural: "Domains";
                        },
                    ];
                },
            >;
            sys_domain_path: Typed<
                string,
                {
                    attributes: { case_sensitive: true };
                    default: "/";
                    label: "Domain Path";
                },
            >;
            sys_id: Typed<
                string,
                {
                    label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                    primary: true;
                },
            >;
            sys_mod_count: Typed<
                number,
                { label: [{ label: "Updates"; language: "en"; plural: "Updates" }] },
            >;
            sys_updated_by: Typed<
                string,
                {
                    label: [
                        { label: "Updated by"; language: "en"; plural: "Updated by" },
                    ];
                },
            >;
            sys_updated_on: Typed<
                `${number}-${number}-${number} ${number}:${number}:${number}`,
                { label: [{ label: "Updated"; language: "en"; plural: "Updated" }] },
            >;
            version_author: Typed<
                | string
                | Record<"sys_user">
                | ExplicitKey<"sys_user">
                | TableBrand<"sys_user">,
                {
                    attributes: { encode_utf8: false; readonly_clickthrough: true };
                    label: "Version Author";
                    readOnly: true;
                    referenceTable: "sys_user";
                },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • ReadonlyautoNumber: { number: 100000; prefix: "QUE" }
    • Readonlydisplay: "aqi_score"
    • Readonlylabel: "Article Checklist Summary"
    • Readonlyname: "kb_article_checklist_summary"
    • Readonlyschema: {
          aqi_score: Typed<number, { label: "AQI Score"; readOnly: true }>;
          article: Typed<
              | string
              | Record<"kb_knowledge">
              | ExplicitKey<"kb_knowledge">
              | TableBrand<"kb_knowledge">,
              {
                  attributes: { encode_utf8: false; readonly_clickthrough: true };
                  label: "Article";
                  mandatory: true;
                  readOnly: true;
                  referenceTable: "kb_knowledge";
              },
          >;
          checklist: Typed<
              | string
              | Record<"kb_quality_checklist">
              | ExplicitKey<"kb_quality_checklist">
              | TableBrand<"kb_quality_checklist">,
              {
                  attributes: { encode_utf8: false; readonly_clickthrough: true };
                  label: "Checklist";
                  mandatory: true;
                  readOnly: true;
                  referenceTable: "kb_quality_checklist";
              },
          >;
          comments_for_author_reviser: Typed<
              string,
              { label: "Comments for Author/Version Author"; maxLength: 4000 },
          >;
          comments_for_reviewers: Typed<
              string,
              { label: "Comments for Reviewers"; maxLength: 4000 },
          >;
          number: Typed<
              string,
              {
                  attributes: { ignore_filter_on_new: true };
                  default: "javascript:global.getNextObjNumberPadded();";
                  label: "Number";
                  readOnly: true;
                  unique: true;
              },
          >;
          reviewer: Typed<
              | string
              | Record<"sys_user">
              | ExplicitKey<"sys_user">
              | TableBrand<"sys_user">,
              {
                  attributes: { encode_utf8: false; readonly_clickthrough: true };
                  label: "Reviewer";
                  mandatory: true;
                  readOnly: true;
                  referenceTable: "sys_user";
              },
          >;
          state: Typed<
              string,
              { dropdown: "dropdown_with_none"; label: "State"; readOnly: true },
          >;
          sys_created_by: Typed<
              string,
              { label: [{ label: "Created by"; language: "en"; plural: "Created by" }] },
          >;
          sys_created_on: Typed<
              `${number}-${number}-${number} ${number}:${number}:${number}`,
              { label: [{ label: "Created"; language: "en"; plural: "Created" }] },
          >;
          sys_domain: Typed<
              Record<"domain">
              | "global",
              {
                  label: [
                      {
                          hint: "Domain to which the Article Checklist Summary belongs";
                          label: "Domain";
                          language: "en";
                          plural: "Domains";
                      },
                  ];
              },
          >;
          sys_domain_path: Typed<
              string,
              {
                  attributes: { case_sensitive: true };
                  default: "/";
                  label: "Domain Path";
              },
          >;
          sys_id: Typed<
              string,
              {
                  label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                  primary: true;
              },
          >;
          sys_mod_count: Typed<
              number,
              { label: [{ label: "Updates"; language: "en"; plural: "Updates" }] },
          >;
          sys_updated_by: Typed<
              string,
              { label: [{ label: "Updated by"; language: "en"; plural: "Updated by" }] },
          >;
          sys_updated_on: Typed<
              `${number}-${number}-${number} ${number}:${number}:${number}`,
              { label: [{ label: "Updated"; language: "en"; plural: "Updated" }] },
          >;
          version_author: Typed<
              | string
              | Record<"sys_user">
              | ExplicitKey<"sys_user">
              | TableBrand<"sys_user">,
              {
                  attributes: { encode_utf8: false; readonly_clickthrough: true };
                  label: "Version Author";
                  readOnly: true;
                  referenceTable: "sys_user";
              },
          >;
      }