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

Trouble passing lookup to a new entity form.

$
0
0

I'm having an issue with the openEntityForm javascript call. I'm getting an error and can't figure out what I'm doing wrong.

function Submit() {
var parameters = {};
parameters["tdn_requester"] = Xrm.Page.context.getUserId();
parameters["tdn_requestername"] = Xrm.Page.context.getUserName();
parameters["tdn_requestertype"] = "systemuser";
Xrm.Utility.openEntityForm("tdn_goldstarreport", null, parameters);
}

This results in the following error. 

System.InvalidOperationException: CRM Parameter Filter - Invalid parameter 'tdn_requestertype=systemuser' in Request.QueryString


Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images