AddProdPostExec Method
- Last UpdatedNov 06, 2025
- 3 minute read
The AddProdPostExec() method enters production data for a given job, shift, production code, lot, and container in the production transaction table (Item_Prod) after the job has run on an entity.
| Overload | Description |
|---|---|
| AddProdPostExec(Int32,String,Int32,Double,String,String,Int32,DateTime,Int32,String,Nullable<Int32>,String,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, shift, production code, lot, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the shift start time and entity ID to identify entities specified for the method. Note: This overload of the method should no longer be used. |
| AddProdPostExec(Int32,String,Int32,Double,String,String,Int32,DateTime,DateTime,Int32,String,Nullable<Int32>,String,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, shift, production code, lot, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the shift start time, hour start time, and entity ID to identify entities specified for the method. |
| AddProdPostExec(Int32,String,Int32,Double,String,String,Int32,DateTime,String,Nullable<Int32>,String,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, lot, production time and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the entity ID to identify entities specified for the method. It also requires the createdAtUtc parameter for specifying the time, in UTC, when production occurred. Note: This is one of the preferred overloads of this method to use. |
| AddProdPostExec(Int32,String,Int32,Double,String,String,Int32,DateTime,String,Nullable<Int32>,String,String,String,String,Nullable<Int32>,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String,Int32) | The AddProdPostExec() method enters production data for a given job, lot, production time and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the entity ID to identify entities specified for the method. It also:
Note: This is one of the preferred overloads of this method to use. |
| AddProdPostExec(Int32,String,String,String,Double,String,String,Int32,DateTime,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, lot, production time, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the entity name and entity site name to identify entities specified for the method. It also requires the createdAtUtc parameter for specifying the time, in UTC, when production occurred. Note: This is one of the preferred overloads of this method to use. |
| AddProdPostExec(Int32,String,String,String,Double,String,String,Int32,DateTime,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String,Int32) | The AddProdPostExec() method enters production data for a given job, lot, production time, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the entity name and entity site name to identify entities specified for the method. It also:
Note: This is one of the preferred overloads of this method to use. |
| AddProdPostExec(Int32,String,String,String,Double,String,String,Int32,DateTime,Int32,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, shift, production code, lot, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the shift start time, entity name, and entity site name to identify entities specified for the method. Note: This overload of the method should no longer be used. |
| AddProdPostExec(Int32,String,String,String,Double,String,String,Int32,DateTime,DateTime,Int32,String,Nullable<Int32>,String,String,String,String,String,String,Nullable<Int32>,Nullable<Int32>,String,Nullable<Int32>,String,String,String,String,String,DBString,DBString,DBString,DBString,String) | The AddProdPostExec() method enters production data for a given job, shift, production code, lot, and container in the production transaction table (Item_Prod) after the job has run on an entity. This overload of the method uses the shift start time, hour start time, entity name, and entity site name to identify entities specified for the method. |