- This topic is empty.
- AuthorPosts
-
- 03/26/2013 at 8:09 am #4477
AnonymousParticipantRunning: SP2007
I have created a generic master page which is something like a dashboard, so that each project has the same layout.
For each project is created a document library.
Since ListName is “hardcoded” into the .dwp file I want a solution where I can change the ListName.
<Lists>
<List SiteUrl=”.” ListName=”13″ />
</Lists>
This could be done either with HTTP parameters, or by having a unique xml-file where the ListName has been modified with the relevant library (this can be done with Nintex workflow).
But, how to call an external .dwp or .xml file to be included in a .aspx web part page so that the Web part qlistview can read this file?
Or
Is there another way to make ListName dynamically?
- 03/26/2013 at 8:09 am #5383
AnonymousParticipantOut of the box there is no such an option available.
I wanted to say "use PowerShell" but you are on SP2007.You can try some js code.
If you find a solution please share it with us, it might be helpful for other people.
-
- AuthorPosts
You must be logged in to reply to this topic.