Frage

I have a custom view with ParameterBinding to get URL a parameter:

<ParameterBinding Name="MyCustomParameter" Location="QueryString(MyCustomParameter)" DefaultValue=""/>

The view CAML query:

<Query><Where><BeginsWith><FieldRef Name="FileLeafRef"/><Value Type="File">{MyCustomParameter}</Value></BeginsWith></Where></Query>

If i use classic experience everything works fine, but if i switch the library to new experience (ModernUI), the filter not apply and no documents are shown. Any suggestions?

War es hilfreich?

Lösung

Doesn't seem to available (2018 feb) and has been declined for Modern UI according to this uservoice.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top