@servicenow/sdk - v4.4.1
    Preparing search index...
    cmdb_model: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        display: "display_name";
        extensible: true;
        label: "Product Model";
        name: "cmdb_model";
        schema: {
            acquisition_method: Typed;
            asset_tracking_strategy: Typed;
            asset_tracking_unit: Typed;
            barcode: Typed;
            bundle: Typed;
            certified: Typed;
            cmdb_ci_class: Typed;
            cmdb_model_category: Typed;
            comments: Typed;
            cost: Typed;
            current: Typed;
            current_unit: Typed;
            depreciation: Typed;
            depth: Typed;
            description: Typed;
            dimensions_unit: Typed;
            display_name: Typed;
            energy_star: Typed;
            energy_use: Typed;
            eol_emission: Typed;
            expected_lifespan: Typed;
            expected_lifetime_co2e: Typed;
            expenditure_type: Typed;
            flow_rate: Typed;
            full_name: Typed;
            height: Typed;
            length: Typed;
            life_cycle_stage: Typed;
            life_cycle_stage_status: Typed;
            main_component: Typed;
            manufacturer: Typed;
            manufacturing_emission: Typed;
            model_number: Typed;
            name: Typed;
            owner: Typed;
            picture: Typed;
            power_consumption: Typed;
            power_unit: Typed;
            product_catalog_item: Typed;
            rack_units: Typed;
            rated_power: Typed;
            salvage_value: Typed;
            short_description: Typed;
            sla: Typed;
            sound_power: Typed;
            status: 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;
            transportation_emission: Typed;
            type: Typed;
            typical_energy_consumption: Typed;
            unit_of_measure_system: Typed;
            usage_emission: Typed;
            voltage: Typed;
            voltage_unit: Typed;
            volume: Typed;
            volume_unit: Typed;
            weight: Typed;
            weight_decimal: Typed;
            weight_unit: Typed;
            width: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlydisplay: "display_name"
    • Readonlyextensible: true
    • Readonlylabel: "Product Model"
    • Readonlyname: "cmdb_model"
    • Readonlyschema: {
          acquisition_method: Typed;
          asset_tracking_strategy: Typed;
          asset_tracking_unit: Typed;
          barcode: Typed;
          bundle: Typed;
          certified: Typed;
          cmdb_ci_class: Typed;
          cmdb_model_category: Typed;
          comments: Typed;
          cost: Typed;
          current: Typed;
          current_unit: Typed;
          depreciation: Typed;
          depth: Typed;
          description: Typed;
          dimensions_unit: Typed;
          display_name: Typed;
          energy_star: Typed;
          energy_use: Typed;
          eol_emission: Typed;
          expected_lifespan: Typed;
          expected_lifetime_co2e: Typed;
          expenditure_type: Typed;
          flow_rate: Typed;
          full_name: Typed;
          height: Typed;
          length: Typed;
          life_cycle_stage: Typed;
          life_cycle_stage_status: Typed;
          main_component: Typed;
          manufacturer: Typed;
          manufacturing_emission: Typed;
          model_number: Typed;
          name: Typed;
          owner: Typed;
          picture: Typed;
          power_consumption: Typed;
          power_unit: Typed;
          product_catalog_item: Typed;
          rack_units: Typed;
          rated_power: Typed;
          salvage_value: Typed;
          short_description: Typed;
          sla: Typed;
          sound_power: Typed;
          status: 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;
          transportation_emission: Typed;
          type: Typed;
          typical_energy_consumption: Typed;
          unit_of_measure_system: Typed;
          usage_emission: Typed;
          voltage: Typed;
          voltage_unit: Typed;
          volume: Typed;
          volume_unit: Typed;
          weight: Typed;
          weight_decimal: Typed;
          weight_unit: Typed;
          width: Typed;
      }