- Type of Feedback: Something I want
It would be great to have different group detail templates for different group types as different group type will not necessarily want to display their info in the same layout.
It would also be great to be able to control which group tabs are displayed for each Group Type.
The ability to put an if statement in the GroupViewTabs.config would do it.
e.g.
[If GroupType='Customers']
[tab controlKey="custLicences" text="Licences" isPostBack="true" permissions="" loadmethod="0"]
[/tab]