Skip to main content
Skip table of contents

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

ApplyLiveView sets the grid back to the state it was in when MakeLiveView was called.

If AppliveLiveView is called but no in-memory View was generated from MakeLiveView, 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>

JavaScript errors detected

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

If this problem persists, please contact our support.