Sepasoft MES Module Suite
Description
Assigns a unit class to a unit. A unit class can be assigned to more than one unit but a unit can only be assign to one unit class. Note, any previously assigned unit classes will be overwritten.
assignUnitClass(unitLink, unitClassLink) → MESUnit
Syntax
assignUnitClass(unitLink, unitClassLink)
- Parameters
MESObjectLink unitLink - A required link to a unit.
MESObjectLink unitClassLink - The link to a unit class that will be assigned to the unit.
- Returns
The MESUnit object after the assignment of the unit class has been completed and saved.
- Scope
All
Sepasoft MES Module Suite