Skip to main content
Skip table of contents

MakeLiveView: generate an in-memory view

MakeLiveView must be called in order to store in memory the current state of the grid (column order, sorting, grouping, filters etc.) so that it can be restored later with ApplyLiveView.

Tag Attributes

Attributes

Value Description

Name

Name of the in-memory view - optional

Only available in sapio365.

XML
<ytriaAutomation>

	<ShowUsers>
		<Add ColumnID="city"/>
		<GroupBy columnid="city"/>
		<Remove ColumnID="userPrincipalName"/>
		<MakeLiveView/>
		<ApplyView Name="Ytria default"/>
		<ApplyLiveView/>
	</ShowUsers>

</ytriaAutomation>
CODE
<ytriaAutomation>

	<ShowUsers>
		<Add ColumnID="city"/>
		<GroupBy columnid="city"/>
		<Remove ColumnID="userPrincipalName"/>
		<MakeLiveView Name="City"/>
		<ApplyView Name="Ytria default"/>
		<ApplyLiveView Name="City"/>
	</ShowUsers>

</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.