Hi,
I'm using the following java to set the from email address to a queue when the email form loads:
function SetBSHFromEmailAddress() {
var pQueue = new Array();
pQueue[0] = new Object();
pQueue[0].id = 'GUID';
pQueue[0].name = "Queue Name";
pQueue[0].entitytype= "queue";
Xrm.Page.getAttribute("from").setValue(pQueue);
}
I have included it on the Email from OnLoad event but get an error saying 'Entity Type not defined.
Any ideas?
Debra
*This post is locked for comments