alm_asset
alm_asset
Installed with Asset Management
This configuration - if requested without any further restrictions - will - on a typical ServiceNow instance - return an extremely high amount of entities. This can lead to timeouts and/or truncated results. See ServiceNow Configuration Parameter.
Asset
Stores general, financial, and contractual information about assets.
Included Classes
alm_facility
alm_hardware
- Class specific configuration alm_hardware
- encodedQuery prefix:
hw_
- Class specific properties included in this configuration:
eligible_for_refresh
(hw_eligible_for_refresh
)
alm_consumable
- Class specific configuration alm_consumable
- encodedQuery prefix:
con_
- Class specific properties included in this configuration:
planned_for_disposal
(con_planned_for_disposal
)
alm_license
- Class specific configuration alm_license
The configuration alm_asset
will return all assets in alm_asset
as well as in extending classes.
If you only want a specific subset of assets either use a matching predefined
configuration (alm_hardware
, etc.) or request this configuration with an encodedQuery
request parameter of
e.g. encodedQuery=base_sys_class_name=alm_hardware
.
Configurations
alm_asset
alm_asset_minimal
alm_asset_full
has all properties defined on the tablealm_asset
alm_asset_inline
has the same properties asalm_asset
alm_asset_inline_minimal
has the same properties asalm_asset_minimal
alm_asset_inline_full
has the same properties asalm_asset_full
Try it. The above links will open a new tab with a live request for the configuration or see the Live Demo below.
Live Demo
- alm_asset
- alm_asset_minimal
- alm_asset_full
- alm_asset_inline
Properties
ci
is intentionally not included. If the CI is required please request it by way of Backreference asset_to_ci
. See Relations below.
Property | Label | alm_asset_minimal | alm_asset | Datatype |
---|---|---|---|---|
sys_id | Sys ID | string | ||
sys_class_name | Class | string | ||
sys_updated_on | Updated | Date/Time | ||
sys_updated_by | Updated by | string | ||
sys_mod_count | Updates | number | ||
sys_created_on | Created | Date/Time | ||
sys_created_by | Created by | string | ||
asset_tag | Asset tag | string | ||
assigned_to | Assigned to | sys_user | ||
comments | Comments | string | ||
company | Company | core_company | ||
cost_center | Cost center | cmn_cost_center | ||
department | Department | cmn_department | ||
eligible_for_refresh | Eligible for refresh | boolean | ||
gl_account | GL account | string | ||
life_cycle_stage | Life Cycle Stage | string | ||
life_cycle_stage_status | Life Cycle Stage Status | string | ||
location | Location | cmn_location | ||
managed_by | Managed by | sys_user | ||
model | Model | cmdb_model | ||
model_category | Model category | cmdb_model_category | ||
owned_by | Owned by | sys_user | ||
parent | Parent | alm_asset | ||
planned_for_disposal | Planned for disposal | boolean | ||
serial_number | Serial number | string | ||
stockroom | Stockroom | alm_stockroom | ||
vendor | Vendor | core_company |
(Generated 2024-07-20T09:18:20.922Z)
If you're missing a property give us a heads-up over at Feature Requests, and we'll see what we can do. In the meantime you can create and use your own View and Configuration (Custom).
Relations
The most relevant relations are listed here.
asset_to_ci
asset_to_ci_minimal
asset_to_ci_full
asset_to_ci_inline
asset_to_ci_inline_minimal
asset_to_ci_inline_full
asset_to_ci_inline_display_value
Try it. The above links will open a new tab with a live request for the configuration or see the Live Demo below.
Live Demo
- asset_to_ci*
- asset_to_ci_inline*