ITAM_App__Asset_Property__c
The Asset Property object defines the structure and type of a custom property that can be assigned to asset units in the IT Asset Management system. It acts as a template for capturing additional details about assets, such as hardware specifications, configurations, compliance attributes, or usage information.
Each property has a defined Value Type (e.g., Number, Boolean, Date, String, or List), which determines how values are stored and validated in the related Asset Property Value object.
The object also tracks how many assets currently use this property and includes metadata such as descriptions and unique value identifiers.
For properties with the Value Type set to List, the record page includes a custom Lightning Web Component (LWC) that displays and manages the list of available values.
Through this component, users can add, edit, or delete list values, allowing easy maintenance of controlled vocabularies for specific property types.
This setup enables dynamic, configurable asset attributes without changing the core data model and supports flexible yet structured property management across various asset types.
Field Label | Field API name | Type | Help Text |
Asset Property | Name | STRING (80) | |
Value Type | ITAM_App__Value_Type__c | PICKLIST (Number, Boolean, Date, String, List) | |
Number of Assets | ITAM_App__Number_of_Assets__c | DOUBLE (18) | Displays the total number of assets that possess this specific property. |
Description | ITAM_App__Description__c | TEXTAREA | |
Value Id | ITAM_App__Value_Id__c | DOUBLE (18) |