PrepareProductionAttributes Method
- Last UpdatedMar 17, 2026
- 1 minute read
The PrepareProductionAttributes() method passes a set of values for all production attributes and creates the required entity, item class, item, work order, and thus the job in the database to support logging utilization events against these attributes. The entity is specified by its ID.
| Overload | Description |
|---|---|
| PrepareProductionAttributes(Int32,Int32,String,String,String,String,String,String,String,Nullable<Double>,Nullable<Int32>,Nullable<Double>,Nullable<Double>,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>,String,String,String) | The PrepareProductionAttributes() method passes a set of values for all production attributes and creates the required entity, item class, item, work order, and thus the job in the database to support logging utilization events against these attributes. For this method, the entity is specified by its ID. |
| PrepareProductionAttributes(Int32,Nullable<DateTime>,Int32,String,String,String,String,String,String,String,Nullable<Double>,Nullable<Int32>,Nullable<Double>,Nullable<Double>,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>,String,String,String) | The PrepareProductionAttributes() method passes a set of values for all production attributes and creates the required entity, item class, item, work order, and thus the job in the database to support logging utilization events against these attributes. For this method, the entity is specified by its ID. This overload of the method includes the eventTime input parameter. |