@servicenow/sdk - v4.4.1
    Preparing search index...
    alm_asset: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            kagami_csindex_enabled: true;
        };
        audit: true;
        display: "display_name";
        extensible: true;
        label: "Asset";
        name: "alm_asset";
        schema: {
            acquisition_method: Typed;
            active_to: Typed;
            asset_function: Typed;
            asset_tag: Typed;
            assigned: Typed;
            assigned_to: Typed;
            beneficiary: Typed;
            checked_in: Typed;
            checked_out: Typed;
            ci: Typed;
            comments: Typed;
            company: Typed;
            cost: Typed;
            cost_center: Typed;
            delivery_date: Typed;
            department: Typed;
            depreciated_amount: Typed;
            depreciation: Typed;
            depreciation_date: Typed;
            display_name: Typed;
            disposal_reason: Typed;
            due: Typed;
            due_in: Typed;
            expenditure_type: Typed;
            gl_account: Typed;
            install_date: Typed;
            install_status: Typed;
            invoice_number: Typed;
            justification: Typed;
            lease_id: Typed;
            life_cycle_stage: Typed;
            life_cycle_stage_status: Typed;
            location: Typed;
            managed_by: Typed;
            model: Typed;
            model_category: Typed;
            model_component_id: Typed;
            old_status: Typed;
            old_substatus: Typed;
            order_date: Typed;
            owned_by: Typed;
            parent: Typed;
            po_number: Typed;
            pre_allocated: Typed;
            product_instance_id: Typed;
            purchase_date: Typed;
            quantity: Typed;
            request_line: Typed;
            resale_price: Typed;
            reserved_for: Typed;
            residual: Typed;
            residual_date: Typed;
            resold_value: Typed;
            retired: Typed;
            retirement_date: Typed;
            salvage_value: Typed;
            serial_number: Typed;
            skip_sync: Typed;
            stockroom: Typed;
            substatus: Typed;
            support_group: Typed;
            supported_by: 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;
            vendor: Typed;
            warranty_expiration: Typed;
            work_notes: 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 }
    • Readonlyaudit: true
    • Readonlydisplay: "display_name"
    • Readonlyextensible: true
    • Readonlylabel: "Asset"
    • Readonlyname: "alm_asset"
    • Readonlyschema: {
          acquisition_method: Typed;
          active_to: Typed;
          asset_function: Typed;
          asset_tag: Typed;
          assigned: Typed;
          assigned_to: Typed;
          beneficiary: Typed;
          checked_in: Typed;
          checked_out: Typed;
          ci: Typed;
          comments: Typed;
          company: Typed;
          cost: Typed;
          cost_center: Typed;
          delivery_date: Typed;
          department: Typed;
          depreciated_amount: Typed;
          depreciation: Typed;
          depreciation_date: Typed;
          display_name: Typed;
          disposal_reason: Typed;
          due: Typed;
          due_in: Typed;
          expenditure_type: Typed;
          gl_account: Typed;
          install_date: Typed;
          install_status: Typed;
          invoice_number: Typed;
          justification: Typed;
          lease_id: Typed;
          life_cycle_stage: Typed;
          life_cycle_stage_status: Typed;
          location: Typed;
          managed_by: Typed;
          model: Typed;
          model_category: Typed;
          model_component_id: Typed;
          old_status: Typed;
          old_substatus: Typed;
          order_date: Typed;
          owned_by: Typed;
          parent: Typed;
          po_number: Typed;
          pre_allocated: Typed;
          product_instance_id: Typed;
          purchase_date: Typed;
          quantity: Typed;
          request_line: Typed;
          resale_price: Typed;
          reserved_for: Typed;
          residual: Typed;
          residual_date: Typed;
          resold_value: Typed;
          retired: Typed;
          retirement_date: Typed;
          salvage_value: Typed;
          serial_number: Typed;
          skip_sync: Typed;
          stockroom: Typed;
          substatus: Typed;
          support_group: Typed;
          supported_by: 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;
          vendor: Typed;
          warranty_expiration: Typed;
          work_notes: Typed;
      }
    • ReadonlytextIndex: true