Click here to Skip to main content
15,914,400 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a Meeting workspace which contains 2 meeting (Meeting1 & Meeting2).
Each contains a custome list "Resource".

If I go to Meeting1 then open the list(Resource) it will open the list with items of Meeting1
Or
If I go to Meeting2 then open the list(Resource) it will open the list with items of Meeting2

But the url for both list are same ie.http://win-6ag30pnaacj:4444/MyMeetingWorkspace/Lists/Resource/AllItems.aspx

I wish to open the list from outside of the meeting-workspace by providing a Url of list.

If so what url shall I give for the list("Resource") for Meeting1 & Meeting2?
Posted
Comments
bbirajdar 27-Apr-12 10:07am    
Reason for my vote of 1
Incomplete

1 solution

Hi I got the answer.
The url should be
http://win-6ag30pnaacj:4444/MyMeetingWorkspace/Lists/Resource/AllItems.aspx?InstanceID=1

and
http://win-6ag30pnaacj:4444/MyMeetingWorkspace/Lists/Resource/AllItems.aspx?InstanceID=2

respectively
Thank You
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900