@servicenow/sdk - v4.4.1
    Preparing search index...
    cmn_location: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            kagami_csindex_enabled: true;
        };
        display: "name";
        label: "Location";
        name: "cmn_location";
        schema: {
            city: Typed;
            cmn_location_source: Typed;
            cmn_location_type: Typed;
            company: Typed;
            contact: Typed;
            coordinates_retrieved_on: Typed;
            country: Typed;
            duplicate: Typed;
            fax_phone: Typed;
            full_name: Typed;
            lat_long_error: Typed;
            latitude: Typed;
            life_cycle_stage: Typed;
            life_cycle_stage_status: Typed;
            longitude: Typed;
            managed_by_group: Typed;
            name: Typed;
            parent: Typed;
            parent_hp1: Typed;
            phone: Typed;
            phone_territory: Typed;
            primary_location: Typed;
            state: Typed;
            stock_room: Typed;
            street: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            time_zone: 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; kagami_csindex_enabled: true }
    • Readonlydisplay: "name"
    • Readonlylabel: "Location"
    • Readonlyname: "cmn_location"
    • Readonlyschema: {
          city: Typed;
          cmn_location_source: Typed;
          cmn_location_type: Typed;
          company: Typed;
          contact: Typed;
          coordinates_retrieved_on: Typed;
          country: Typed;
          duplicate: Typed;
          fax_phone: Typed;
          full_name: Typed;
          lat_long_error: Typed;
          latitude: Typed;
          life_cycle_stage: Typed;
          life_cycle_stage_status: Typed;
          longitude: Typed;
          managed_by_group: Typed;
          name: Typed;
          parent: Typed;
          parent_hp1: Typed;
          phone: Typed;
          phone_territory: Typed;
          primary_location: Typed;
          state: Typed;
          stock_room: Typed;
          street: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          time_zone: Typed;
          zip: Typed;
      }
    • ReadonlytextIndex: true