MSCRM站点地图链接到.htm页面。我如何传递参数?

时间:2012-03-20 13:51:28

标签: c# html dynamics-crm dynamics-crm-2011 dynamics-crm-4

我有一个站点地图链接,可以打开一个Web资源.htm页面。一切都很好,除了我想传递一些值到那个页面。我假设我可以将它们作为查询字符串传递,因为有Xrm.Page.context.getQueryStringParameters()方法,但我的查询字符串似乎被剥离了。

<SubArea Icon="$webresource:my_webresourceicon.gif"Id="nav_my_webresourceid" Url="$webresource:my_webresourcepage.htm?xyz=123" Client="All" AvailableOffline="false" Title="My Web Resource Page" Description="My Web resource Description" Sku="All" PassParams="true"/>

我希望能够在页面加载时从my_webresourcepage.htm访问参数xyz。传递这个值的最佳方法是什么?

由于

1 个答案:

答案 0 :(得分:2)

很遗憾,除非您修改注册表,否则无法传递xyz。相反,您想使用参数“data”。

http://msdn.microsoft.com/en-us/library/gg309536.aspx