- This topic is empty.
- AuthorPosts
-
- 07/30/2012 at 2:44 am #4972
AnonymousParticipantHello,
These are the steps that you need to perform in order to achieve your goal:
Let's assume that you have SiteA-ListA(ID, Title)
SiteB-ListB(ID, Title, Field1) where Field1 is the crosssite lookup field where we save the value in the format Site;#List;#ID
On the ListB you need to create a new field of type Numeric that would save the ID part of the above format let's name it ID1 (you can do this wither creating a custom action using QWp or a work flow or an even receiver).
On the site A create a page PageA, drop a qListForm on it, set it to the ListA and DisplayItem mode
Then on the SiteB qListView on the LinkTo property you add http://../SiteA/PageA.aspx?ID=<%ID1%>
On this way when the users click on the crosssite lookup field will see the qListForm on page A displaying the data.
Please check our documentation regarding the qListView and qListForm and LinkTo.
If you have any questions please let me know.
- 08/03/2012 at 11:02 am #4240
AnonymousParticipantI have a cross-site lookup field that I want to make as a hyperlink to view the item in the other site.
How would I write this in the Link To property box using the value of the lookup field that I choose to view?
Please advise. Thanks.
- 08/03/2012 at 11:02 am #5784
AnonymousParticipantThank you! This helps
-
- AuthorPosts
You must be logged in to reply to this topic.