@servicenow/sdk - v4.4.1
    Preparing search index...
    kb_knowledge: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            attachment_index: true;
            document_viewer_audit: "all";
            global_search_config_handler: "KnowledgeArticle";
            text_index_attachment_displayed: true;
            text_index_enable_idf: true;
            text_index_filter_junk: false;
            use_document_viewer: true;
        };
        audit: true;
        autoNumber: { number: 10000; prefix: "KB" };
        display: "display_number";
        extensible: true;
        label: "Knowledge";
        name: "kb_knowledge";
        schema: {
            active: Typed;
            article_id: Typed;
            article_type: Typed;
            author: Typed;
            base_version: Typed;
            can_read_user_criteria: Typed;
            cannot_read_user_criteria: Typed;
            category: Typed;
            cmdb_ci: Typed;
            description: Typed;
            direct: Typed;
            disable_commenting: Typed;
            disable_suggesting: Typed;
            display_attachments: Typed;
            display_number: Typed;
            editor_type: Typed;
            flagged: Typed;
            generated_with_now_assist: Typed;
            helpful_count: Typed;
            image: Typed;
            instrumentation_metadata: Typed;
            kb_category: Typed;
            kb_knowledge_base: Typed;
            latest: Typed;
            latest_aqi: Typed;
            meta: Typed;
            meta_description: Typed;
            number: Typed;
            ownership_group: Typed;
            published: Typed;
            rating: Typed;
            replacement_article: Typed;
            retired: Typed;
            revised_by: Typed;
            roles: Typed;
            scheduled_publish_date: Typed;
            short_description: Typed;
            source: Typed;
            summary: Typed;
            sys_class_name: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            sys_view_count: Typed;
            taxonomy_topic: Typed;
            text: Typed;
            topic: Typed;
            use_count: Typed;
            valid_to: Typed;
            version: Typed;
            view_as_allowed: Typed;
            wiki: Typed;
            workflow_state: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.text_index_translations": true;
          attachment_index: true;
          document_viewer_audit: "all";
          global_search_config_handler: "KnowledgeArticle";
          text_index_attachment_displayed: true;
          text_index_enable_idf: true;
          text_index_filter_junk: false;
          use_document_viewer: true;
      }
    • Readonlyaudit: true
    • ReadonlyautoNumber: { number: 10000; prefix: "KB" }
    • Readonlydisplay: "display_number"
    • Readonlyextensible: true
    • Readonlylabel: "Knowledge"
    • Readonlyname: "kb_knowledge"
    • Readonlyschema: {
          active: Typed;
          article_id: Typed;
          article_type: Typed;
          author: Typed;
          base_version: Typed;
          can_read_user_criteria: Typed;
          cannot_read_user_criteria: Typed;
          category: Typed;
          cmdb_ci: Typed;
          description: Typed;
          direct: Typed;
          disable_commenting: Typed;
          disable_suggesting: Typed;
          display_attachments: Typed;
          display_number: Typed;
          editor_type: Typed;
          flagged: Typed;
          generated_with_now_assist: Typed;
          helpful_count: Typed;
          image: Typed;
          instrumentation_metadata: Typed;
          kb_category: Typed;
          kb_knowledge_base: Typed;
          latest: Typed;
          latest_aqi: Typed;
          meta: Typed;
          meta_description: Typed;
          number: Typed;
          ownership_group: Typed;
          published: Typed;
          rating: Typed;
          replacement_article: Typed;
          retired: Typed;
          revised_by: Typed;
          roles: Typed;
          scheduled_publish_date: Typed;
          short_description: Typed;
          source: Typed;
          summary: Typed;
          sys_class_name: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          sys_view_count: Typed;
          taxonomy_topic: Typed;
          text: Typed;
          topic: Typed;
          use_count: Typed;
          valid_to: Typed;
          version: Typed;
          view_as_allowed: Typed;
          wiki: Typed;
          workflow_state: Typed;
      }
    • ReadonlytextIndex: true