Hi all,
I want enable/disable field using javascript in resco field service moible application.
i have tried below code but not working
MobileCRM.UI.EntityForm.requestObject(
function (entityForm) {
var detailView = entityForm.getDetailView("Summary");
var item = detailView.getItemByName("parentcontactid");
item.validate = false;
},
MobileCRM.bridge.alert,
null
);
Regards,
Shahbaaz
*This post is locked for comments
I have the same question (0)