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.

No parameter is required. There is no equivalent function available for direct use from the UI.

Only available in sapio365.

XML
<ytriaAutomation>

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

</ytriaAutomation>

JavaScript errors detected

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

If this problem persists, please contact our support.