Scrap Method
- Last UpdatedNov 06, 2025
- 1 minute read
The Scrap() method scraps a quantity of item inventory at a storage location.
| Overload | Description |
|---|---|
| Scrap(Int32,Int32,String,String,String,Nullable<Double>,Nullable<Double>,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,Nullable<DateTime>,String,String,Nullable<Int32>,String) | The Scrap() method scraps a quantity of item inventory at a storage location. This overload of the method specifies the storage entity using the entity ID and specifies the item's grade and status by their code values. |
| Scrap(Int32,String,String,String,String,String,Nullable<Double>,Nullable<Double>,String,String,String,Nullable<DateTime>,String,String,Nullable<Int32>,String) | The Scrap() method scraps a quantity of item inventory at a storage location. This overload of the method specifies the storage entity using the entity name and, optionally, the entity site name. It also specifies the item's grade, status, and unit of measure using their descriptions. |