@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_cat_item: {
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.synch_attachments": true;
            "all_tables.text_index_translations": true;
            global_search_config_handler: "CatalogItem";
            kagami_csindex_enabled: true;
            text_wiki_translations: true;
            update_synch: true;
        };
        display: "name";
        extends: "sys_metadata";
        extensible: true;
        label: "Catalog Item";
        name: "sc_cat_item";
        schema: {
            access_type: Typed;
            active: Typed;
            availability: Typed;
            billable: Typed;
            category: Typed;
            checked_out: Typed;
            cost: Typed;
            custom_cart: Typed;
            delivery_plan: Typed;
            delivery_plan_script: Typed;
            delivery_time: Typed;
            description: Typed;
            display_price_property: Typed;
            entitlement_script: Typed;
            flow_designer_flow: Typed;
            fulfillment_automation_level: Typed;
            group: Typed;
            hide_sp: Typed;
            icon: Typed;
            ignore_price: Typed;
            image: Typed;
            list_price: Typed;
            location: Typed;
            make_item_non_conversational: Typed;
            mandatory_attachment: Typed;
            meta: Typed;
            mobile_hide_price: Typed;
            mobile_picture: Typed;
            mobile_picture_type: Typed;
            model: Typed;
            name: Typed;
            no_attachment_v2: Typed;
            no_cart: Typed;
            no_cart_v2: Typed;
            no_delivery_time_v2: Typed;
            no_order: Typed;
            no_order_now: Typed;
            no_proceed_checkout: Typed;
            no_quantity: Typed;
            no_quantity_v2: Typed;
            no_save_as_draft: Typed;
            no_search: Typed;
            no_wishlist_v2: Typed;
            omit_price: Typed;
            order: Typed;
            ordered_item_link: Typed;
            owner: Typed;
            picture: Typed;
            preview: Typed;
            price: Typed;
            published_ref: Typed;
            recurring_frequency: Typed;
            recurring_price: Typed;
            request_method: Typed;
            roles: Typed;
            sc_catalogs: Typed;
            sc_ic_item_staging: Typed;
            sc_ic_version: Typed;
            sc_template: Typed;
            secondary_owners: Typed;
            short_description: Typed;
            show_variable_help_on_load: Typed;
            start_closed: Typed;
            state: Typed;
            sys_id: Typed;
            taxonomy_topic: Typed;
            template: Typed;
            template_manager_roles: Typed;
            type: Typed;
            use_sc_layout: Typed;
            vendor: Typed;
            version: Typed;
            visible_bundle: Typed;
            visible_guide: Typed;
            visible_standalone: Typed;
            workflow: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.synch_attachments": true;
          "all_tables.text_index_translations": true;
          global_search_config_handler: "CatalogItem";
          kagami_csindex_enabled: true;
          text_wiki_translations: true;
          update_synch: true;
      }
    • Readonlydisplay: "name"
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Catalog Item"
    • Readonlyname: "sc_cat_item"
    • Readonlyschema: {
          access_type: Typed;
          active: Typed;
          availability: Typed;
          billable: Typed;
          category: Typed;
          checked_out: Typed;
          cost: Typed;
          custom_cart: Typed;
          delivery_plan: Typed;
          delivery_plan_script: Typed;
          delivery_time: Typed;
          description: Typed;
          display_price_property: Typed;
          entitlement_script: Typed;
          flow_designer_flow: Typed;
          fulfillment_automation_level: Typed;
          group: Typed;
          hide_sp: Typed;
          icon: Typed;
          ignore_price: Typed;
          image: Typed;
          list_price: Typed;
          location: Typed;
          make_item_non_conversational: Typed;
          mandatory_attachment: Typed;
          meta: Typed;
          mobile_hide_price: Typed;
          mobile_picture: Typed;
          mobile_picture_type: Typed;
          model: Typed;
          name: Typed;
          no_attachment_v2: Typed;
          no_cart: Typed;
          no_cart_v2: Typed;
          no_delivery_time_v2: Typed;
          no_order: Typed;
          no_order_now: Typed;
          no_proceed_checkout: Typed;
          no_quantity: Typed;
          no_quantity_v2: Typed;
          no_save_as_draft: Typed;
          no_search: Typed;
          no_wishlist_v2: Typed;
          omit_price: Typed;
          order: Typed;
          ordered_item_link: Typed;
          owner: Typed;
          picture: Typed;
          preview: Typed;
          price: Typed;
          published_ref: Typed;
          recurring_frequency: Typed;
          recurring_price: Typed;
          request_method: Typed;
          roles: Typed;
          sc_catalogs: Typed;
          sc_ic_item_staging: Typed;
          sc_ic_version: Typed;
          sc_template: Typed;
          secondary_owners: Typed;
          short_description: Typed;
          show_variable_help_on_load: Typed;
          start_closed: Typed;
          state: Typed;
          sys_id: Typed;
          taxonomy_topic: Typed;
          template: Typed;
          template_manager_roles: Typed;
          type: Typed;
          use_sc_layout: Typed;
          vendor: Typed;
          version: Typed;
          visible_bundle: Typed;
          visible_guide: Typed;
          visible_standalone: Typed;
          workflow: Typed;
      }
    • ReadonlytextIndex: true