ITAM_App__Asset_Transfer_Item__c
The Asset Transfer Item object represents a specific asset unit that is included in an asset transfer process within the IT Asset Management system. Each record links an Asset Unit and Asset Owner to a corresponding Asset Transfer, optionally tying it to a Department, or an Asset Request that initiated the transfer.
The Status field tracks the progress of the transfer (e.g., Draft, Transferred), providing visibility into asset movement and accountability throughout the transfer lifecycle. This object supports detailed tracking of each individual asset involved in larger transfers or change events across the organization.
Field Label | Field API name | Type | Help Text |
Asset Transfer Item | Name | STRING (80) | |
Asset Unit | ITAM_App__Asset_Unit__c | REFERENCE (ITAM_App__Asset_Unit__c) | |
Asset Owner | ITAM_App__Asset_Owner__c | REFERENCE (ITAM_App__Asset_Owner__c) | |
Status | ITAM_App__Status__c | PICKLIST (Draft, Transferred) | |
Asset Transfer | ITAM_App__Asset_Transfer__c | REFERENCE (ITAM_App__Asset_Transfer__c) | |
Asset request | ITAM_App__Asset_request__c | REFERENCE (ITAM_App__Asset_request__c) | |
Department | ITAM_App__Department__c | REFERENCE (ITAM_App__Department__c) | |
Description | ITAM_App__Description__c | TEXTAREA |