Hello All,
Can anyone help me on SharePoint Hosted App.
Actually I have one task list and one custom list I want to make connection between these two list forms I am using VS 2013 and I tried below but no luck:
<WebPartPages:SPProxyWebPartManager runat=”server” ID=”__ProxyWebPartManagerForConnections__”> <SPWebPartConnections> <WebPartPages:SPWebPartConnection SourcePageUrl=”Pages/DocumentTree.aspx” TargetPageUrl=”Pages/DocumentTree.aspx” ConsumerConnectionPointID=”DFWP Filter Consumer ID” ConsumerID=”TaskWebPart” ID=”GTOConnection” ProviderConnectionPointID=”DFWP Row Provider ID” ProviderID=”GTOLettersWebPart”> <WebPartPages:SPRowToParametersTransformer ConsumerFieldNames=”RelatedItemID” ProviderFieldNames=”ID” > </WebPartPages:SPRowToParametersTransformer> </WebPartPages:SPWebPartConnection> </SPWebPartConnections> </WebPartPages:SPProxyWebPartManager>