Attribute(s)
Selection Formulas
Description
All views must use a selection formula that expressly chooses the documents desired. The 'SELECT @All' option is not permitted. The selection formula must always include the 'T_DocType = ' requirement.
Motivation
This standard ensures that documents are displayed together based on their function, instead of the form they are associated with.Form association is handled in the form formula section of the view or folder.
Example / Details
REM 'This view presents all configuration document in one overview'; SELECT (T_DocType = 'Documentation' | T_DocType = 'Reference' | T_DocType =
'Keyword' )