12-02-2019 04:01 AM
Hello,
is there a code similar to the below code that can help me disable a datepicker field when another field is selected please see below code which is not working fine:
var fieldtest= scope.findFormFieldWithId(scope.allFormFields, "datepicker");
if(field.id==='dropdown'){
fieldtest.readOnly = true;
}
Any suggestion ?
Explore our Alfresco products with the links below. Use labels to filter content by product module.