Introduction
Usage : allows to define new grouping criteria of grouping in applicative tree view based on object attribute values
Datasetup Resource Set :
- Diagram Resource
Datasetup Resource : Rule to add new attribute to the list for new filter by attribute in App tree view
Rule Example 1
Description
Rule to organize object by description value in the Applicative Tree
Rule
//This Object = Feature Let ListAttrNames(list) ListAttrNames.Append("V_description") // V_description is the name of the attribute description Parameters.SetAttributeObject("Sch_AppTree_CustomAttrNamesList", ListAttrNames) //Associate the new list ListAttrNames to the custom list