The assignCount formula can only be used on Resource types (eg Vehicle, Restaurant, WorkOrder). It is used to monitor how many crews or members are currently assigned to each resource instance.
Format: assignCount ( targetClass.assignAttr )
The 2nd-part of the argument must refer to a Crew or Member level attribute which itself IS a resource assignment attribute.
Examples:
-
assignCount ( crews.BreakfastAssign )
-
assignCount ( members.HotelAssign )
Reminder
The formula, attribute name and data point must be spelled and in the same case as the formula, attribute or data point you are referencing.
E.g. If an attribute is called CrewType, in the formula, you must use CrewType. crewType and CREWTYPE will not reference the CrewType attribute.
Comments
0 comments
Please sign in to leave a comment.