| Name | Description | Type | Additional information |
|---|---|---|---|
| AssetCustomFieldDefinitionId |
Unique ID for this custom field definition. |
integer |
None. |
| CustomerId |
ID of the customer that defined this field. |
integer |
None. |
| TargetType |
Assets that this custom field may be applied to. |
Lhp.EquipmentIntelligence.WebApi.Client.Models.AssetCustomFieldDefinition+TargetTypes |
None. |
| RecordId |
For the given target type, the ID of the record describing the assets this field may be applied to. |
integer |
None. |
| ValueType |
Type of the value assigned to instances of this field. |
Lhp.EquipmentIntelligence.WebApi.Client.Models.AssetCustomFieldDefinition+ValueTypes |
None. |
| Name |
Name of the custom field. |
string |
None. |
| Description |
Description of the custom field. |
string |
None. |
| LookupList |
List of options for selection. |
Collection of string |
None. |
| SortOrder |
Order in which this field should appear in a sort. |
integer |
None. |
| IsRequired |
Indicates if a value for this field is required for assets that the field applies to. |
boolean |
None. |
| CascadeBehavior |
Visibility and mutability of this field to sub-customers. |
Lhp.EquipmentIntelligence.WebApi.Client.Models.CascadeBehaviors |
None. |