Post date: Jul 18, 2016 7:01:13 AM
We can make group of application nodes by using node grouping feature of Triniti framework.
Steps are given bellow-
Step [I]: Configure eWorksheet link in Extra Info field of Application Node's "Class properties" drill down report.
eWorksheet link for non-workflow applications at application level:
(A). Open “Applications” report
Navigation: Application Designer -> Application Setups -> Applications
(B). Query Application Designer application -> click on the row -> click on “Nodes” drilldown report.
(C). Click on “Application_WorkFlow_Disabled” node row -> click on “Node Classes” drilldown report
(D). Click on “applicationbuilder.T_GPS_APPLICATIONS” row -> click on “Class Properties” drilldown report -> sort by “Application Object Details” tab
(E). For “NODE_GROUP_ORDER” property update the Extra Info field with details given bellow-
EL=Application Designer>Application Elements>Node Groups>T_GPS_NODETYPE_STATES.APPLICATION_ID=$APPLICATION_ID$
eWorksheet link for workflow applications at state level:
(A). Open “Applications” report
Navigation: Application Designer -> Application Setups -> Applications
(B). Query Workflow Designer application -> click on the row -> click on “Nodes” drilldown report.
(C). Click on particular row of Nodes -> click on “Node Classes” drilldown report.
(D). Click on “wfdesigner.T_GPS_WORKFLOW_STATES” class -> click on “Class Properties” drilldown report -> sort by “Other” tab
(E). For “NODE_GROUP_ORDER” property update the Extra Info field with details given bellow-
EL=Application Designer>Application Elements>Node Groups>STATE_ID=$STATE_ID$
Step [II]: Make group of nodes using Node Groups eWorksheet.
Node grouping for non-workflow applications at application level:
Navigation: Application Designer Workbench -> Query Application -> Node Property Sheet -> Non-workflow Application -> Application Object Details -> Node Grouping & Ordering
-> click on eWorksheet link - > update Node Groups -> Commit.
Node grouping for workflow enable applications at state level:
Navigation: Workflow Designer Workbench -> Query workflow -> Click on the state which has Node Types -> Node Property Sheet -> Other -> Node Grouping & Ordering -> click on eWorksheet link - > update Node Groups -> Commit.
Step [II]: Reload the portal and open the respective workbench to see the changes.