SelectedShowParentGroups: User: Show Parent Groups (Membership)

Tag: SelectedShowParentGroups

The SelectedShowParentGroups function automates the action of loading and showing the parent groups of selected users.


XML
<SelectedShowParentGroups/>
show-parent-groups-membership

Tag Attributes

Attributes

Attribute Value

Value Description

NewFrame

TRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE

N/A

KeepAlive

TRUE / FALSE 

Defaults to the same value as NewFrame

FrameId

Unique identifier of the frame

Reuse the frame if it exists already, create a new one if it doesn’t.

AdditionalUserColumns

Semicolon separated column ids.

Enrich grid with columns from the Users module (override saved setting).

AdditionalGroupColumns

Semicolon separated column ids.

Enrich grid with columns from the Groups module (override saved setting).

Example Script

XML
<ShowMyDataContacts>
	<Select Lines="all"/>
	<SelectedView/>
	<SelectedShowParentGroups newframe="true"/>
</ShowMyDataContacts>