Standard properties for configurable items
- Last UpdatedFeb 12, 2024
- 2 minute read
Many of the configurable items in Studio have the following standard properties.
|
Design |
Description |
Valid values |
|---|---|---|
|
FullName |
This value is display only. It is the path structure and name of the item in dot notation and represents the position of the item in the project hierarchy. The full name identifies the item in code. |
The project hierarchical structure in dot notation |
|
Name |
The name given to identify an item in Studio. This name must be unique among its peers. |
|
Diagnostics |
Description |
Valid values |
|---|---|---|
|
TraceLevel |
The level of diagnostic messages that the item reports. |
Off, Error, Warning, Info, Verbose |
|
Misc |
Description |
Valid values |
|---|---|---|
|
Description |
This description appears in Studio only. |
String. |
|
DisplayOrder |
Determines the order of display in hierarchy representations of the project. This value reflects the combined values of the DisplayOrderGroup and the DisplayOrderIndex. |
1.0 through 10.0 |
|
DisplayOrderGroup |
A group number that relates items together in the hierarchy. There are eleven display order groupings (0 through 10, defaulting to 5 in the middle). |
Integers |
|
DisplayOrderIndex |
The order of sequence for display within a group. This property adjusts the order of display within the Studio hierarchy and the order of display in the client. |
Integers |
|
Display |
Description |
Valid values |
|---|---|---|
|
ColumnName |
The name to use as the display column header. |
|
|
DisplayIcon |
Enables you to choose a display icon to associate with field in the client. |
An .ico file |
|
PasteInGrid |
Specifies whether this field supports copy/paste functions in the grid view. |
True, False |
|
ShowInGrid |
Specifies whether this field displays in the grid view. |
True, False |
|
SummaryType |
Defines how to aggregate multiple values of the field when groups or totals are displayed in AVEVA™ Production Management. |
None, Count, Maximum, Minimum |
|
TextClipping |
You can specify whether the content of a field truncates to the left direction or the right direction in the Production Analyst results grid. For example, ClipLeft (...ProcessCell) or ClipRight (ProcessCell...) |
Default, ClipRight, ClipLeft |
|
Runtime |
Description |
Valid values |
|---|---|---|
|
RunState |
This value is display only. Reports the current state of this item. |
|
|
StartupMode |
Specifies whether the item is automatically started by Server at startup. |
Auto, Manual |
|
User Diagnostics |
Description |
Valid values |
|---|---|---|
|
UserDiagnostics |
Enables or disables the user diagnostics log for this module. |
Enabled, Disabled |