Hi, I have 2 issues in CRM 2016.
The first, is that this code, runs bot doesn't update the screen:
var value = new Array();
value[0] = new Object();
value[0].id = Xid;
value[0].name = name;
value[0].entityType = "matter";
Xrm.Page.getAttribute("dxc_division").setValue(value)
it doesn't produce any errors, just runs but the field is NOT updated on the screen. Any help?
The second, is that I need code to get a value from a previous form. This code, worked on a Quick Create From but I cannot get it to work on a regular form.
var caseType = window.parent.frames[0].Xrm.Page.getAttribute("es_casetypelookup").getValue();
I've looked and tried ALL the posts I can find all over the internet, to no avail.
Any suggestions? All help will be appreciated.
*This post is locked for comments