Loading...

RE: qListView "Download a Copy" not appearing on child Context Menu

RE: qListView "Download a Copy" not appearing on child Context Menu

#6897
Anonymous
Anonymous
Participant

Hi ,

n

  I can confirm that this is not a supported scenario. What happens there is because the parent is a list not a library the menu doesn't have the Download option.

n

I created an  Enhancement Request for this and it will be considered for future releases. The reference# is 387113

n

This is an idea about how you can accomplish your scenario in one page.

n

Drop 2 qListViews on the page, let's call them q1 an dq2.

n

Set q1 to display the list and make a column a LinkTo column to the current page and add ?FieldUsedToLookupToTheLib=<%FieldName%>

n

Set q2 to display the library and add a CAML filter for the filed used as lookup and for the condition use httpparam and the value FieldUsedToLookupToTheLib

n

How this will work?

n

The users pick a list item, male click on the field set up as LinkTo, this will refresh teh page, will append to the URL the condition and q2 will use this to filter the docs.

n

Please give it a try and let me know if you have any questions.

n

n