I am sure I am not the first to think of this, however I'm not very good at wording my Dynamics questions correctly yet, so any tips on blogs/other resources on how to make Model driven apps better for case management is much appreciated!
Best,
function _setFromUser() {
var QueueID = "00000000-0000-0000-0000-000000000000";
var recordName = "Queue Name";
var entityName = "queue";
Xrm.Page.getControl("from").getAttribute().setValue([{ id: QueueID, name: recordName, entityType: entityName }]);
}
André Arnaud de Cal...
292,234
Super User 2025 Season 1
Martin Dráb
230,994
Most Valuable Professional
nmaenpaa
101,156