@servicenow/sdk - v4.4.1
    Preparing search index...
    core_company: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            global_search_config_handler: "CompanySearchConfig";
            kagami_csindex_enabled: true;
            slushbucket_omit_embedded: true;
        };
        label: "Company";
        name: "core_company";
        schema: {
            apple_icon: Typed;
            banner_image: Typed;
            banner_image_light: Typed;
            banner_text: Typed;
            city: Typed;
            contact: Typed;
            coordinates_retrieved_on: Typed;
            country: Typed;
            customer: Typed;
            discount: Typed;
            fax_phone: Typed;
            fiscal_year: Typed;
            lat_long_error: Typed;
            latitude: Typed;
            longitude: Typed;
            manufacturer: Typed;
            market_cap: Typed;
            name: Typed;
            notes: Typed;
            num_employees: Typed;
            parent: Typed;
            phone: Typed;
            primary: Typed;
            profits: Typed;
            publicly_traded: Typed;
            rank_tier: Typed;
            revenue_per_year: Typed;
            state: Typed;
            stock_price: Typed;
            stock_symbol: Typed;
            street: Typed;
            sys_class_name: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            theme: Typed;
            vendor: Typed;
            vendor_manager: Typed;
            vendor_type: Typed;
            website: Typed;
            zip: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.text_index_translations": true;
          global_search_config_handler: "CompanySearchConfig";
          kagami_csindex_enabled: true;
          slushbucket_omit_embedded: true;
      }
    • Readonlylabel: "Company"
    • Readonlyname: "core_company"
    • Readonlyschema: {
          apple_icon: Typed;
          banner_image: Typed;
          banner_image_light: Typed;
          banner_text: Typed;
          city: Typed;
          contact: Typed;
          coordinates_retrieved_on: Typed;
          country: Typed;
          customer: Typed;
          discount: Typed;
          fax_phone: Typed;
          fiscal_year: Typed;
          lat_long_error: Typed;
          latitude: Typed;
          longitude: Typed;
          manufacturer: Typed;
          market_cap: Typed;
          name: Typed;
          notes: Typed;
          num_employees: Typed;
          parent: Typed;
          phone: Typed;
          primary: Typed;
          profits: Typed;
          publicly_traded: Typed;
          rank_tier: Typed;
          revenue_per_year: Typed;
          state: Typed;
          stock_price: Typed;
          stock_symbol: Typed;
          street: Typed;
          sys_class_name: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          theme: Typed;
          vendor: Typed;
          vendor_manager: Typed;
          vendor_type: Typed;
          website: Typed;
          zip: Typed;
      }
    • ReadonlytextIndex: true