Property | Type | Description |
---|
Desc | string | Provides the description of the product item. This description will be in the preferred language of the technician. |
IsBatch | boolean | Identifies if this product item is batch controlled. If true , then the BatchNum property is required. Valid values are: true - Item is batch controlled.false - Item is not batch controlled. This is the default value if this property is missing.
|
IsInvCtrl | boolean | Identifies if this product is under inventory control. If true , then the application will automatically adjust the proper storage location's inventory based on the item usage. Valid values are: true - Item is under inventory control.false - Item is not under inventory control. This is the default value if this property is missing.
|
IsSerialized | boolean | Identifies if this product item is serialized or not. If true , then the SerialNum property is required. Valid values are: true - Item is serialized and requires a serial number.false - Item is not serialized. This is the default value if this property is missing.
|
ProdType | string | Identifies the product item type or category. See: Product Types System Category |