Manufacturing Order Selector
Used to select a Qubes manufacturing order.
Properties
| Property | Description |
| AutoCompleteMode | Defines how the selectors behave. There are two possible values: Start / Contains. |
| Enabled | Boolean indicating whether or not the component is enabled. |
| FormatDisplayValue | Macro string defining a display format for the text in the selector's text zone. Only the fields used to define display formats will be used to filter the elements in the selector list. |
| FormatSelectValue | Macro string defining a display format for an element in the selector list. These fields are not used to filter the elements in the selector list. |
| FormatResultValue | Macro string defining a format for the value returned by the selector. |
| Hint | Specifies the user hint string that will appear in the component's interactive help bubble. |
| Item | Limits the list to manufacturing order items (GPAOID). |
| ItemFamily | Limits the list to the manufacturing order item family (NAME). |
| ItemsubFamily | Limits the list to the manufacturing order item sub-family (NAME). |
| Responsable | Limits the list to manufacturing order owners (LOGIN). |
| SelectorColumns | List of fields to display as columns in the selector table that opens when the user clicks on a selector's button. |
| Site | Limits the list to specified site (Qubes 7.2). |
| State | Limits the list to manufacturing order states (ID, NAME). |
| TabIndex | Integer indicating the component's tab order (Qubes 5.6). |
| ValueInitial | Determines the component's initial value when the screen opens and each time it is reset (see Reset Button). |
| Visible | Boolean indicating whether or not the component will be visible. |
List of available fields
| Name | Description |
| ID | Manufacturing order identifier |
| GPAO_ID | Manufacturing order GPAO identifier |
| STATE | Manufacturing order state |
| QUANTITY | Manufacturing order quantity (Qubes 9.0) |
| SITE | Manufacturing order site (Qubes 7.2) |
| ITEM | Item produced for the manufacturing order |
| FAMILY | Family item of item produced for the manufacturing order (Qubes 9.0) |
| SUB_FAMILY | Sub family item of item produced for the manufacturing order (Qubes 9.0) |
| BATCH | Manufacturing order batch |
| OWNER | Manufacturing owner (Qubes 9.0) |
| MANUFACTURING | Range attached to the manufacturing order |
| DATE_LANCEMENT | Manufacturing order launch date |
| DATE_BUTOIR | Manufacturing order deadline |
| DATE_DEMARRAGE | Manufacturing order start date (Qubes 9.0) |
| DATE_CLOTURE | Manufacturing order closing date (Qubes 9.0) |
Value
The component returns the value defined by the FormatResultValue property, if the selection is valid; if not, it will return an empty string.