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

    Variable sys_perspectiveConst

    sys_perspective: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        extends: "sys_metadata";
        label: "Menu List";
        name: "sys_perspective";
        schema: {
            application: Typed<string, { label: "Application" }>;
            applications: Typed<string, { array: true; label: "Applications" }>;
            name: Typed<string, { label: "Name" }>;
            order: Typed<number, { label: "Order" }>;
            roles: Typed<
                string,
                {
                    array: true;
                    attributes: { record_watcher_blacklist: true };
                    label: "Roles";
                },
            >;
            sys_id: Typed<
                string,
                {
                    label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                    primary: true;
                },
            >;
        };
        textIndex: true;
    } = ...

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Menu List"
    • Readonlyname: "sys_perspective"
    • Readonlyschema: {
          application: Typed<string, { label: "Application" }>;
          applications: Typed<string, { array: true; label: "Applications" }>;
          name: Typed<string, { label: "Name" }>;
          order: Typed<number, { label: "Order" }>;
          roles: Typed<
              string,
              {
                  array: true;
                  attributes: { record_watcher_blacklist: true };
                  label: "Roles";
              },
          >;
          sys_id: Typed<
              string,
              {
                  label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                  primary: true;
              },
          >;
      }
    • ReadonlytextIndex: true