DBVW Attributes
- Last UpdatedDec 20, 2021
- 1 minute read
DBVW elements have the following attributes:
|
UDNA |
The user defined name for the Database View. This is the name that is displayed to the user in applications. This will not be displayed if view names clash. |
|
DESC |
Description of the purpose of the Database View |
|
ELEL |
The list of element types that are the basis for Database View rows. All elements of the specified types will be present as rows as long as they meet any criteria specified in EXPFIL or ATTFIL members of the DBVW. The elements included in the view will include all UDETS based on the listed types. For example if EQUI is in the ELEL attribute and UDETs exist with a BASETY of EQUI then these will be present in the view. To limit the view to not include UDETs a filter must be added such as TYPE Equals EQUI |
|
AUTCRE |
If new rows are allowed to be created by the view then set this to true. The default is false which does not allow element creation. |
|
DBVWST |
This is a list of Database View sets to add the Database View. If the Database View is a member of a DBVWSE then it doesn't need to be added to the list. This allows Database Views to be shared by Database View Sets. |