Hi,
The following Javascript code to disable all fields on the form works for Classic web UI but not for UCI
if (formContext.getAttribute("apitil_tickettemplate").getValue() != null) {
control.setDisabled(true);
}
Any help would be appreciated!
Thanks,
Shreya K