Archive

Archive for October, 2010

CRM 4.0 Security Privileges

October 13, 2010 3 comments

Recently we started getting following error on one of our CRM environment.

Server was unable to process request.
0×80040220
SecLib::CrmCheckPrivilege failed. Returned hr = -2147220960 on UserId: 6e7d3c02-b2c2-df11-a8e6-78e7d1e8d0ae and PrivilegeId: cb4b339f-2b45-447e-bdd3-0bf4bbebc294
Platform

Well this does say it security issue but still does not say which entity it is failing for..Well you can easily track this down using following query. (I.e. replace relevant privilege id as per your requirement)

select name from FilteredPrivilege
where privilegeid = 'cb4b339f-2b45-447e-bdd3-0bf4bbebc294'

As in example it shows user does not have permission to update relevant leads, we given lead update permission to relevant users and that fixed the issue!!

While looking for solution on this problem I also found few CRM Security Reports displaying all role privileges, including hidden privileges.

Cheers,
MayankP:)

Many to Many Relationship CRM 4.0

October 5, 2010 2 comments

This thing just come to my notice that if you create N:N relationship on CRM 4.0 then other entities does not automatically gets displayed on Advanced find..

You need to go to particular entity and then you need to Change Display Option to either Use Plural Name or Use custom label..

if Display option is set to DO NOT DISPLAY then you these particular entity will not be available as Related Entity on Advanced Find Screen..

Again to understand all other aspects of Many to Many Relationship CRM 4.0, please refer to this article.

Hope this helps..

Cheers,
MayankP:)

Follow

Get every new post delivered to your Inbox.