Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

activitypointer with id does not exist

$
0
0

Hello
i am trying to fetch entity id

var accessOptions = {};
    //accessOptions = GetGlobalContext().getQueryStringParameters();
    //alert(accessOptions.typename);
    accessOptions.principalEntityName = "systemuser";
    accessOptions.principalEntityId = Xrm.Page.context.getUserId();
    accessOptions.targetEntityName = parent.Xrm.Page.data.entity.getEntityName();
    accessOptions.targetEntityId = Xrm.Page.data.entity.getId();

    var principalAccess = XrmServiceToolkit.Soap.RetrievePrincipalAccess(accessOptions);

it gives me error like
activitypointer with id does not exist


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images