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