VerifyInventoryProperties Method
- Last UpdatedNov 06, 2025
- 2 minute read
The VerifyInventoryProperties() method verifies that the inventory properties, such as grade code, status code, and expiry date and time, of an item from a source inventory location has the same values as an item in the destination inventory location.
| Overload | Description |
|---|---|
| VerifyInventoryProperties(Int32,Int32[],Nullable<Int32>,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>,Boolean,String) | The VerifyInventoryProperties() method verifies that the inventory properties, such as grade code, status code, and expiry date and time, of an item from a source inventory location has the same values as an item in the destination inventory location. This overload of the method:
|
| VerifyInventoryProperties(Int32,Int32,Nullable<Int32>,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>,Boolean,String) | The VerifyInventoryProperties() method verifies that the inventory properties, such as grade code, status code, and expiry date and time, of an item from a source inventory location has the same values as an item in the destination inventory location. For this overload of the method, the entity is identified by its entity ID, and the item grade and status are identified by their codes. |
| VerifyInventoryProperties(Int32,Int32,String,String,String,String,String,String,String,Nullable<DateTime>,Boolean,String) | The VerifyInventoryProperties() method verifies that the inventory properties, such as grade code, status code, and expiry date and time, of an item from a source inventory location has the same values as an item in the destination inventory location. This overload of the method:
|
| VerifyInventoryProperties(Int32,Nullable<DateTime>,Int32,String,String,String,String,String,String,String,Boolean,String) | The VerifyInventoryProperties() method verifies that the inventory properties, such as grade code, status code, and expiry date and time, of an item from a source inventory location has the same values as an item in the destination inventory location. This overload of the method:
|