Util_State
- Last UpdatedDec 18, 2018
- 1 minute read
-
After "color" add the following fields as defaults for the fields of the same names for utilization reasons that are being created and a utilization state is assigned to them:
-
"runtime", "downtime", "setuptime", "teardowntime", "fixedtime", "vartime", and "failure" (all int32, nullable, constrained to = 0 or = 1)
-
"def_lab_cd" (string40, nullable)
-
"priority" (int32, nullable)
-
"max_duration" and "new_reas_cd" (both int32, nullable)
-
"standard_time", "min_time", and "max_time" (all tfloat, nullable)
-
"category1", "category2", "category3", and "category4" (all string80, nullable)
-
-
After "max_time" add "ent_enabled" (int32, nullable, constrained to = 0 or = 1) as a default for the field of the same name for utilization reasons that are being created and a utilization state is assigned to them.