14.2.3 AssetUpdateRecord (transfer log)
This class manages historical information about assets' management groups and locations.
You can import and export this class with the jamimport and jamexport commands, respectively.
You can also specify this class as a search condition when creating a user report.
The following table lists the properties of AssetUpdateRecord.
Property |
Key |
Description |
Type [maximum length (bytes)] |
Remarks |
Specification in jamimport |
---|---|---|---|---|---|
AssetID |
K |
Asset ID |
uint32 |
This is the ID of the asset. If you are specifying this information for an import operation, specify the same value as for the corresponding object class AssetInfo. |
M |
N |
string[32] |
This is the name of the source class, which is AssetInfo. |
M |
||
CreationClassName |
K |
CCN |
string[32] |
This is AssetUpdateRecord. |
M |
N |
string[1024] |
This is the group information that represents the entire hierarchy from the top, such as Head Office/Sales Dept./Section1. |
O |
||
N |
string[1024] |
This is the group information in English that represents the entire hierarchy from the top, such as Head Office/Sales Dept./Section1. |
O |
||
K |
date |
This is the date the group information was updated. |
M |
||
N |
string[1024] |
This is the location information that represents the entire hierarchy from the top, such as New York/A building/First floor. |
O |
||
N |
string[1024] |
This is the location information in English that represents the entire hierarchy from the top, such as New York/A building/First floor. |
O |
||
N |
string[512] |
This the user name. |
O |
||
N |
string[512] |
This the user name in English. |
O |
- Legend:
-
K: Key property
N: Non-key property
M: Mandatory property during registration
O: Optional property