@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_catalog: {
        allowWebServiceAccess: true;
        attributes: { synch_attachments: true; update_synch: true };
        display: "title";
        extends: "sys_metadata";
        label: "Catalog";
        name: "sc_catalog";
        schema: {
            active: Typed;
            description: Typed;
            desktop_continue_shopping: Typed;
            desktop_home_page: Typed;
            desktop_image: Typed;
            editors: Typed;
            enable_wish_list: Typed;
            manager: Typed;
            sys_id: Typed;
            title: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { synch_attachments: true; update_synch: true }
    • Readonlydisplay: "title"
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Catalog"
    • Readonlyname: "sc_catalog"
    • Readonlyschema: {
          active: Typed;
          description: Typed;
          desktop_continue_shopping: Typed;
          desktop_home_page: Typed;
          desktop_image: Typed;
          editors: Typed;
          enable_wish_list: Typed;
          manager: Typed;
          sys_id: Typed;
          title: Typed;
      }