Page 1 of 1

Related-Items from other site via lookup

Posted: 18 Feb 2020
by Nathan
I am creating a form for a project management list, on which I am hoping to display the documents that relate to the project.

All list items have a project number and each project has a sub-site that relates to that number which has identically named libraries.

Is it possible to dynamically load the related library from the site from the project number.

ie.
Project number on list is "345" i want to load site.com/345/projectlibrary
Project number on list is "346" i want to load site.com/346/projectlibrary

It seems close to what is being done with the SharePoint URL hash feature when filtering list items, but probably not close enough!?

thanks,

Nathan

Re: Related-Items from other site via lookup

Posted: 19 Feb 2020
by mnikitina
Hello Nathan,

You can't dynamically change the data source of the related item control.

Instead, you can implement your control and retrieve data from any site with JS.