Hi,
few months ago I have find the trick to make this working on my dev server.
But after a bug, I have lost the document set folder with this function.
Now I try to create again this famous URL to give the option to my user to return in the previous page with the right information.
My config :
I'm in SP2016, I have create a list where I have the planning of a meeting.
This planning is auto create by a workflow who start when the user create a new folder (docset) in another list.
The list who contain the planning is connect to the other list where the docset is create.
So when I'm on the planning list page I could click on the double arrow at the left of any elements of the list. to filter the second list and find the right docset in link with this planning.
This part work very well.
My user add somes documents in the docset in link with the meeting associate at this planning.
Now what I try to recreate :
In the docset home page, I want add a hyperlink who give the option to return at the planning page with the right planning information and the rigth docset.
I already use the date of the meeting fields in the planning elements and in the docset.
I use this date fields to connect the 2 lists.
When I have finish by make the hyperlink working, I remember than I have use the URL of the planning list page with filter value catch in the fields of my docset.
But I dont remember the structure of this URL.
I have make somes test and if I use this URL on the planning web page I could use the filter option and present the rigth information for the planning, but the docset folder is not present. If I click on the double arrow the page refresh and I lost the information who are replace by the default view.
http://my sharpoint server url/sites/name of the site/list/name of the list/list.aspx?FilterField1=Date&FilterValue1=2020-05-16
When my old hyperlink worked, I think than I used the date value in the docset to make the filter, but I dont remember or I could pass this value by URL.
I have try somes URL version without succes.
I think than this URL version is very similare at the working URL, but the planning list stay empty.
http://my sharpoint server url/sites/name of the site/list/name of the list/list.aspx?FilterField1=Date&FilterValue1="&docsetdatefield&"
Any hints is welcome !
Thank you