PrepareProductionAttributesByEntName Method
- Last UpdatedMar 17, 2026
- 1 minute read
| Overload | Description |
|---|---|
| PrepareProductionAttributesByEntName(Int32,String,String,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 PrepareProductionAttributesByEntName() 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 name and site. |
| PrepareProductionAttributesByEntName(Int32,Nullable<DateTime>,String,String,String,String,String,String,String,String,String,Nullable<Double>,Nullable<Int32>,Nullable<Double>,Nullable<Double>,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>,String,String,Nullable<Int32>,String) | The PrepareProductionAttributesByEntName() 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 name and site. This overload of the method includes the eventTime (based on the entity's local timezone) and autoStartJob attributes. |
| PrepareProductionAttributesByEntName(Int32,String,String,String,String,String,String,String,String,String,Nullable<Double>,Nullable<Int32>,Nullable<Double>,Nullable<Double>,String,Nullable<Double>,Nullable<Boolean>,Nullable<Boolean>,String,String,Nullable<Int32>,Nullable<DateTime>,String) | The PrepareProductionAttributesByEntName() 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 name and site. This overload of the method includes the eventTimeUtc and autoStartJob parameters. |