Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top