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

    Variable item_option_new_setConst

    item_option_new_set: {
        extends: "sys_metadata";
        name: "item_option_new_set";
        schema: {
            create_roles: Typed<
                (string | Role)[],
                {
                    active: true;
                    label: "Create roles";
                    mandatory: false;
                    read_only: false;
                },
            >;
            description: Typed<
                string,
                {
                    active: true;
                    dropdown: "none";
                    label: "Description";
                    mandatory: false;
                    maxLength: 4000;
                    read_only: false;
                },
            >;
            display_title: Typed<
                boolean,
                {
                    active: true;
                    default: false;
                    label: "Display title";
                    mandatory: false;
                    read_only: false;
                },
            >;
            internal_name: Typed<
                string,
                {
                    active: true;
                    dropdown: "none";
                    label: "Internal name";
                    mandatory: true;
                    maxLength: 80;
                    read_only: false;
                },
            >;
            layout: Typed<
                string,
                {
                    active: true;
                    default: "normal";
                    dropdown: "dropdown_without_none";
                    label: "Layout";
                    mandatory: false;
                    maxLength: 40;
                    read_only: false;
                },
            >;
            name: Typed<
                string,
                {
                    active: true;
                    dropdown: "none";
                    label: "Name";
                    mandatory: false;
                    maxLength: 100;
                    read_only: false;
                },
            >;
            order: Typed<
                number,
                {
                    active: true;
                    default: 100;
                    label: "Order";
                    mandatory: false;
                    read_only: false;
                },
            >;
            read_roles: Typed<
                (string | Role)[],
                { active: true; label: "Read roles"; mandatory: false; read_only: false },
            >;
            set_attributes: Typed<
                string,
                {
                    active: true;
                    dropdown: "none";
                    label: "Variable Set attributes";
                    mandatory: false;
                    maxLength: 255;
                    read_only: false;
                },
            >;
            sys_id: Typed<
                string
                | number,
                {
                    active: true;
                    column_type: "GUID";
                    label: "Sys ID";
                    mandatory: false;
                    read_only: false;
                },
            >;
            title: Typed<
                string,
                { active: true; label: "Title"; mandatory: true; read_only: false },
            >;
            type: Typed<
                "one_to_one"
                | "one_to_many",
                {
                    active: true;
                    choices: {
                        one_to_many: {
                            inactive: false;
                            label: "Multi Row";
                            language: "en";
                            sequence: 200;
                        };
                        one_to_one: {
                            inactive: false;
                            label: "Single Row";
                            language: "en";
                            sequence: 100;
                        };
                    };
                    default: "one_to_one";
                    dropdown: "dropdown_without_none";
                    label: "Type";
                    mandatory: false;
                    maxLength: 40;
                    read_only: true;
                },
            >;
            version: Typed<
                number,
                { active: true; label: "Version"; mandatory: false; read_only: true },
            >;
            write_roles: Typed<
                (string | Role)[],
                {
                    active: true;
                    label: "Write roles";
                    mandatory: false;
                    read_only: false;
                },
            >;
        };
    } = ...

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "item_option_new_set"
    • Readonlyschema: {
          create_roles: Typed<
              (string | Role)[],
              {
                  active: true;
                  label: "Create roles";
                  mandatory: false;
                  read_only: false;
              },
          >;
          description: Typed<
              string,
              {
                  active: true;
                  dropdown: "none";
                  label: "Description";
                  mandatory: false;
                  maxLength: 4000;
                  read_only: false;
              },
          >;
          display_title: Typed<
              boolean,
              {
                  active: true;
                  default: false;
                  label: "Display title";
                  mandatory: false;
                  read_only: false;
              },
          >;
          internal_name: Typed<
              string,
              {
                  active: true;
                  dropdown: "none";
                  label: "Internal name";
                  mandatory: true;
                  maxLength: 80;
                  read_only: false;
              },
          >;
          layout: Typed<
              string,
              {
                  active: true;
                  default: "normal";
                  dropdown: "dropdown_without_none";
                  label: "Layout";
                  mandatory: false;
                  maxLength: 40;
                  read_only: false;
              },
          >;
          name: Typed<
              string,
              {
                  active: true;
                  dropdown: "none";
                  label: "Name";
                  mandatory: false;
                  maxLength: 100;
                  read_only: false;
              },
          >;
          order: Typed<
              number,
              {
                  active: true;
                  default: 100;
                  label: "Order";
                  mandatory: false;
                  read_only: false;
              },
          >;
          read_roles: Typed<
              (string | Role)[],
              { active: true; label: "Read roles"; mandatory: false; read_only: false },
          >;
          set_attributes: Typed<
              string,
              {
                  active: true;
                  dropdown: "none";
                  label: "Variable Set attributes";
                  mandatory: false;
                  maxLength: 255;
                  read_only: false;
              },
          >;
          sys_id: Typed<
              string
              | number,
              {
                  active: true;
                  column_type: "GUID";
                  label: "Sys ID";
                  mandatory: false;
                  read_only: false;
              },
          >;
          title: Typed<
              string,
              { active: true; label: "Title"; mandatory: true; read_only: false },
          >;
          type: Typed<
              "one_to_one"
              | "one_to_many",
              {
                  active: true;
                  choices: {
                      one_to_many: {
                          inactive: false;
                          label: "Multi Row";
                          language: "en";
                          sequence: 200;
                      };
                      one_to_one: {
                          inactive: false;
                          label: "Single Row";
                          language: "en";
                          sequence: 100;
                      };
                  };
                  default: "one_to_one";
                  dropdown: "dropdown_without_none";
                  label: "Type";
                  mandatory: false;
                  maxLength: 40;
                  read_only: true;
              },
          >;
          version: Typed<
              number,
              { active: true; label: "Version"; mandatory: false; read_only: true },
          >;
          write_roles: Typed<
              (string | Role)[],
              { active: true; label: "Write roles"; mandatory: false; read_only: false },
          >;
      }