locked
SharePoint 2013 - Cross web (subsite) Lookup issue RRS feed

  • Question

  • It looks like I found bug in SharePoint 2013. Can anyone confirm this?

    1. Create site-column lookup to list placed on rootWeb (I will refer to it as WebA), the title should be used as lookup value.
    2. In WebA create subsite, called WebB, and create there a custom list with site-column lookup (created in point 1).
    3. Add new item with any lookup value.
    4. Now on listView try to click on lookup link.

    Everything works fine, except the last point. It should open viewForm for clicked lookup value, but it shows 'List not found error'. Link generated by SharePoint build-in lookupField is scoped to current Web, not to root Web. This works fine in SharePoint 2010 (correct scope).

    Have anyone came across this bug? Any idea of solving it, without writing JS code?

    Example:

    result: http://sharepoint/somesubsite1/someSubSite2/_layouts/15/listform.aspx?PageType=4&ListId={b2ed78a9-117b-4302-93de-2a4dbfade5d3}&ID=1&RootFolder=*

    expected result: http://sharepoint/_layouts/15/listform.aspx?PageType=4&ListId={b2ed78a9-117b-4302-93de-2a4dbfade5d3}&ID=1&RootFolder=*

    Best Regards,

    PP.


    • Edited by ppatalong Tuesday, June 25, 2013 6:43 PM
    Tuesday, June 25, 2013 6:42 PM

Answers

  • Hi ppatalong,

    I tested in my environment which has been installed April CU 2013, and it is working fine, you can install April CU 2013 then test again.

    Thanks


    Daniel Yang
    TechNet Community Support

    • Marked as answer by star.wars Friday, July 5, 2013 9:25 AM
    Wednesday, June 26, 2013 9:30 AM

All replies

  • Hi ppatalong,

    I tested in my environment which has been installed April CU 2013, and it is working fine, you can install April CU 2013 then test again.

    Thanks


    Daniel Yang
    TechNet Community Support

    • Marked as answer by star.wars Friday, July 5, 2013 9:25 AM
    Wednesday, June 26, 2013 9:30 AM
  • Hello Daniel,

    Yes, it is working properly after update.

    Thanks :)

    Wednesday, August 28, 2013 8:52 AM