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.
<ytriaAutomation>
<ShowUsers>
<Add ColumnID="city"/>
<GroupBy columnid="city"/>
<Remove ColumnID="userPrincipalName"/>
<MakeLiveView/>
<ApplyView Name="Ytria default"/>
<ApplyLiveView/>
</ShowUsers>
</ytriaAutomation>