Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

CRM 2013 Account Active / Deactivate Issue

$
0
0

At the time of Activate account I want to disable all check-boxes. We have tried to put below code and though its not working.

Would you please let me know is there any other way we can do this?

if (saveMode == "6") {
if (Xrm.Page.ui.getFormType() == 4) {
Xrm.Page.ui.controls.get("new_xyz").setDisabled(true);

 Xrm.Page.getAttribute("new_xyz").setSubmitMode("always");

}

}

Thanks,

Vaibhavi P.


Viewing all articles
Browse latest Browse all 79901

Trending Articles