ItemProd Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by ItemProd.
| Name | Description | |
|---|---|---|
![]() ![]() | Delete | The Delete() method deletes the specified item production record from the Item_Prod table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more item production records from the Item_Prod table. Passing no filter parameters will remove all item production records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more item production records from the Item_Prod table, as specified by the filter parameters. Passing no filter parameters will retrieve all item production records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item production record from the Item_Prod table. |
![]() ![]() | GetProdByFilter | Overloaded. The GetProdByFilter() method retrieves item production records based on the supplied filters. |
![]() ![]() | GetProdCount | Overloaded. The GetProdCount() method retrieves a count of production records based on the supplied filter. |
![]() ![]() | GetProdQtys | The GetProdQtys() method retrieves item production good quantity and rejected quantity for the current shift. |
![]() ![]() | Split | Overloaded. The Split() method splits a given row in the production transaction table. The quantity that is split could result in a new row or it could simply add to an existing row if the primary key fields match. |
![]() ![]() | Update | Overloaded. The Update() method updates all columns of the specified item production record in the Item_Prod table. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns of the specified item production record in the Item_Prod table. |

