1

我为联系表单创建了一个左侧表单导航项 (NavBarItem)。

<NavBarItem Id="navLink{a9b44918-671d-9ed7-5266-721c87b25297}" Sequence="10" Area="Info" Icon="$webresource:ft_CKYC16" Url="$webresource:ft_/ContactSummary">
    <Titles>
       <Title LCID="1033" Text="Client Summary" />
    </Titles>
 </NavBarItem>

此项目显示 Web 资源,并且在以管理员用户身份查看时可以正常工作。

但是,当作为普通用户查看时,不会显示导航项。

这可能是权限问题。

谁能指出我正确的方向。

4

2 回答 2

4

答案确实是安全设置。

请参阅下面的文章。

http://orwin.ca/2011/11/09/crm-2011-left-navigation-label-changes-not-visible-by-users/

干杯

西蒙

于 2012-08-08T11:11:49.863 回答
1

I'll assume that you added the link via Form customization screen then selected Navigation > Insert > Navigation Link. I'm not sure there is any other supported method anyway, but worth me checking.

If this is true, check that:

  • The change (i.e. the contact entity and your web resource) is published
  • The user has at least Read permissions on the Web Resource entity (Settings > Admin > Security Roles > Customization tab > Web Resource)
于 2012-08-08T08:28:11.387 回答