AdditionalGroupColumns: Select Group columns to show in all sub-views

Tag: AdditionalGroupColumns

The AdditionalGroupColumns function automates the process of selecting columns from the Select Columns dialog to carry data from the groups module to the sub-module. 

image2023-4-19_10-3-53.png

image2023-4-19_10-4-11.png


XML
<SelectedShowEventsGroups newframe="True" AdditionalGroupColumns ="mailNickname;visibility;groupTypes"/>


This is only available for Groups sub-modules.

Detailed Description

The selected columns appear in the sub module:

image2023-4-19_10-13-56.png

In order to achieve this, use the AdditionalGroupColumns attribute with semi-colon-separated uniqueIDs.

Example Script

XML
<! -- Get the events data -->
<ShowGroups>

	<Select lines="All"/>
	<SelectedShowEventsGroups newframe="True" AdditionalGroupColumns ="mailNickname;visibility;groupTypes"/>

</ShowGroups>