Configure Details Display properties
- Last UpdatedMar 14, 2025
- 3 minute read
These properties appear in the Details Display category of a Work Order Table field.
Details Display properties
|
Property |
Description |
Valid values |
|---|---|---|
|
AllowEdit |
Specifies whether the value of the field is to be editable in Production Analyst. |
True, False |
|
AllowedValuesType |
This property becomes available when the DataType property is set to String. It specifies the type of source of the permitted values. |
None, List, OleDB, Expression, LookupList |
|
AllowedValues |
This property is available when the AllowedValuesType property is List. It is a string collection of values that are permitted for the field. If the AllowedValuesType is List, click Browse (...) to build the string that defines the allowed values, or leave this property blank to allow users to enter free-formatted text in the field. |
Any valid combination of values |
|
AllowedValuesLookupList |
This property is available when the AllowedValuesType property is LookupList. It specifies the lookup list that contains the values that are permitted for the field. If the AllowedValuesType is LookupList, click Browse (...) to select the lookup list that defines the allowed values. |
Any valid lookup list |
|
AllowedValuesFunction |
This property is available when the AllowedValuesType property is Expression. It is the function that returns the string collection of values that are permitted for the field. If the AllowedValuesType is Expression, click Browse (...) to build the function that defines the allowed values. |
Any valid function returning a dataset of permitted values |
|
AllowedValuesSource |
This property is available when the AllowedValuesType property is OleDB. It is the OLE DB adapter that connects to the database that contains the values that are permitted for the field. If the AllowedValuesType is OleDB, click Browse (...) to select the OLE DB adapter that connects to the database. It is important to set permissions to allow access to the OLE DB connector for the Allowed Values feature to work correctly. |
Any valid OLE DB adapter |
|
AllowedValuesKeyColumn |
This property is available when the AllowedValuesType property is OleDB or Expression. It displays the permitted values from the OLE DB table or the expression. |
Any valid combination of values |
|
Category |
The category that this field belongs to, when displayed in tabbed groups on user input forms. Type a new category name to create a new tab on the Details form; for example: Safety or Inspections.
|
String value |
|
IsMandatory |
Specifies whether a field is mandatory. If this is set to True, the value is required to be entered before an event can be confirmed. If you leave the IsMandatory value as False, then this field does not have to contain data, and can be left blank. |
True, False |
|
Maximum |
Defines the maximum value that a user can enter into a numerical datatype field when the field is edited in Production Analyst. |
Any valid number |
|
Minimum |
Defines the minimum value that a user can enter into a numerical datatype field when the field is edited in Production Analyst. |
Any valid number |
|
MaximumEditLength |
The maximum number of characters that the field can contain in edit mode. This property displays when the DataType property is set to String. |
Integers |
|
ShowInDetails |
Specifies whether the field appears in the detailed Edit form in Production Analyst. |
True, False |
|
Subcategory |
The subcategory to group fields in, when displayed in user input forms. Type a section name to appear on the Category tab; for example: Shift Details. |
String value |
