Skip to main content
Skip table of contents

ApplyLiveView: restore the state of the grid as previoulsy generated by MakeLiveView

ApplyLiveView applies an in-memory View that was created with MakeLiveView.

Tag Attributes

Attributes

Value Description

Name

Name of the in-memory view - optional

If AppliveLiveView is called but no in-memory View was generated from MakeLiveView, or the View with the supplied Name does not exist, the call ends in error.

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

Only available in sapio365.

CODE
<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="View-City"/>
		<ApplyView Name="Ytria default"/>
		<ApplyLiveView name="View-City"/>
	</ShowUsers>

</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.