Skip to main content
Skip table of contents

On-Prem Group

Tag: SelectedEditOnPremGroup

The SelectedEditOnPremGroup function automates the action of editing the properties of the On Premises groups selected in the grid.


XML
<SelectedEditonPremGroup/>


Tag Attributes

AttributesAttribute Value
KeepAliveTRUE (keeps dialog open) / FALSE - Defaults to FALSE

Field names are column IDs:

  • onPremDescription
  • onPremDisplayName
  • onPremGroupCategory
  • onPremGroupScope
  • onPremHomePage
  • onPremManagedBy

Example Script

XML
<ytriaAutomation Application="sapio365">		
	<list name="groupList" Action="setVar" Pname="G1-uni-sec"/>		
	<ShowGroups>
		<LoadOnPremGroups/>
		<SelectFromList ListName="groupList">
			<SetParam ColumnID="commonDisplayName" Value="Pname"/>
		</SelectFromList>
		<SelectedEditonPremGroup>			
			<SetParam Field="onPremDescription" Value="September Group"/>
			<SetParam Field="onPremManagedBy" Value="CN=Administrator,CN=Users,DC=ovh,DC=ytria,DC=io"/>
		</SelectedEditonPremGroup>	
		<save/>	
		<SyncCloudOnPrem/>
	</ShowGroups>
</ytriaAutomation>/>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.