- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 01:56 PM
I am trying to recreate /alm_hardware_list.do via the Salesforce REST API. However, I can't figure out where to get the value for State and Substate. Has anyone figured out which object the values exist on? I found 'hardware_substatus' on object cmdb_ci_hardware but it doesn't match the GUI table in ServiceNow.
https://<instance_url>/alm_hardware_list.do
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 02:48 PM
alm_hardware is extended from alm_asset. You should check the dictionary records of alm_asset
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 02:48 PM
alm_hardware is extended from alm_asset. You should check the dictionary records of alm_asset
Please mark this response as correct or helpful if it assisted you with your question.