i passing first, middle and last name from url to contact screen. like
parameters["firstname"] = firstName;
parameters["middlename"] = middleName;
parameters["lastname"] = lastName;
Xrm.Utility.openEntityForm("contact", contactid, parameters);
The problem is here fullname is changing the value.
how do i change full name if i change first, middle or last name using javascript?
*This post is locked for comments
I have the same question (0)