ITAM_App__Asset_Property_Value__c
The Asset Property Value object stores the actual value of a specific property assigned to an individual asset unit. It supports multiple data types (e.g., boolean, date, number, string, or list value) to handle various property formats such as warranty date, serial number, or whether an asset is encrypted. Each record links an Asset Unit with an Asset Property, allowing dynamic and extensible property management across different asset types.
This object is essential for capturing structured, detailed attributes about assets in a scalable and normalized way within the IT Asset Management application.
Field Label | Field API name | Type | Help Text |
Asset Property Value | Name | STRING (80) | |
Asset Unit | ITAM_App__Asset_Unit__c | REFERENCE (ITAM_App__Asset_Unit__c) | |
Asset Property | ITAM_App__Asset_Property__c | REFERENCE (ITAM_App__Asset_Property__c) | |
Boolean | ITAM_App__Boolean__c | BOOLEAN | |
Date | ITAM_App__Date__c | DATE | |
List | ITAM_App__List__c | REFERENCE (ITAM_App__Asset_Property_Lists_Value__c) | |
Number | ITAM_App__Number__c | DOUBLE (18) | |
String | ITAM_App__String__c | STRING (140) |