Quantcast
Channel: CRM Development forum
Viewing all articles
Browse latest Browse all 8223

CRM 2013. Add Queue to the "From" field

$
0
0

Hi,

Trying to add the Queue to the Email "From" field

SDK.JQuery.retrieveMultipleRecords("Queue","$filter=Name eq 'MyQueue'",
			function (results) {
				Xrm.Page.getAttribute("from").setValue(results[0]);
				//Xrm.Page.getAttribute("from").setValue(results[0].Name);
				//Xrm.Page.getAttribute("from").setValue(results[0].QueueId);
			},
			function (error) { alert(error) },
			function () {}
		);
results[0] - returns object correct (checked in the debugger), but does not set it to the From field. Any suggestions?



Viewing all articles
Browse latest Browse all 8223

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>