SelectedGroupLoadMore: Group: Additional Info

Tag: SelectedGroupLoadMore

The SelectedGroupLoadMore function automates the action of loading the information of selected groups.


XML
<SelectedGroupLoadMore/>
image2023-5-5_8-57-51.png

Tag Attributes

Attributes

Attribute Value

Value Description

AllowPowershell

TRUE / FALSE - Defaults to FALSE

TRUE: Proceed with powershell if required

FALSE: Skip powershell

Load

Any combination of semi-colon separated values form this list:

  • OnBehalfOf

  • Team

  • TeamChannelsCount

  • GroupSettings

  • GroupLifeCyclePolicies

  • Owners

  • MembersCount

  • VivaEngage

  • Drive

  • SensitivityLabels

  • OtherGroupSettings

  • UnifiedGroup (for M365 group Welcome Message setting)

If omitted, all requests are performed.

If empty, only the basic request is performed.


KeepAlive

True/False (defaults to False)


Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam ColumnID="groupType" Value="Office 365 group"/>
	</Select>
	<SelectedGroupLoadMore/>
</ytriaAutomation>
XML
<SelectedGroupLoadMore Load="OnBehalfOf;MembersCount"/>