- This topic is empty.
- AuthorPosts
-
- 08/07/2014 at 5:49 am #4582
AnonymousParticipantI have done with SharePoint List and InfoPath, but un- able to achieve same for Quick APps, any help will be greatly appreciated.
n
n
Use web part connections to establish the link
- 08/07/2014 at 5:49 am #6879
AnonymousParticipantHello,
n
n
Sorry for getting back to you so late.
n
What I'd suggest to you is to use the LinkTo feature of our qListView and point to the same page and pass the ID of the item in the URL and consume that ID from a qListForm that sits on the same page.
n
Your LinkTo field would look like this:
n
http://myserver/page1.aspx?ID=<%ID%>
n
Let me know if you have any issue with this approach.
n
I see a problem with this when you don't provide any ID in the url, the qListForm will complain. You can try passing ID=0 or a negative number and see if this would give a better user experience.
n
n
-
- AuthorPosts
You must be logged in to reply to this topic.