<allow> Element
This element defines a permission assignment that specifies a permission that is granted to one or more workers or worker groups.
Parent Elements
Attributes
Name | Type | Description | Required |
---|---|---|---|
permission | string | The permission type (see the table below for possible values). | Yes |
groups | string | One or more worker group names, separated by commas, or an asterisk (*) to include all groups. Note that using an asterisk will match all workers that belong to at least one group, but will not match workers that belong to no groups. | No |
workers | string | One or more worker badge numbers, separated by commas, or an asterisk (*) to include all workers. | No |
Child Elements
None.
Remarks
Normally only workers
or groups
should be specified, but not both. If both are specified, they
act as a union—i.e., the permission gets granted to the listed worker(s) and to any workers
in the listed worker group(s).
The following are the standard permissions used by Acuit Pinpoint, but custom permissions can be specified for use by plug-ins:
Permission | Description | Applies To |
---|---|---|
Acknowledge |
Authorized to acknowledge an alert. | <alert> Element |
ClearBuyoff |
Authorized to clear a buyoff. | <buyOff> Element (for line) |
Close |
Authorized to close the Acuit Pinpoint Workstation program. | <stationType> Element |
Override |
Authorized to override an invalid component or a failed test. | <componentVerification> Element (for line), <componentType> Element (for line), <tests> Element, <test> Element |
RescanInvalid |
Authorized to rescan a component that was previously scanned as invalid. | <componentVerification> Element (for line), <componentType> Element (for line) |
SetBuyoff |
Authorized to set a buyoff. | <buyOff> Element (for line) |