Hi,
I have created an H5 script to highlight custom fields(CMS080) in the OIS101/I panel. In classic UI it is not working but in new UI the custom field is highlighted. So in classic UI, we are not able to recognize the custom field text id.
Custom field text id in classic UI,
$("#udf_textbox_20_51").css("background-color", "yellow");
$("#udf_textbox_22_51").css("background-color", "yellow");
Custom field text id in new UI,
$("#customfield-control-DAT2").css("background-color", "yellow");
$("#customfield-control-DAT1").css("background-color", "yellow");
Please let me know if anyone has an idea of how to ?highlight the custom field in classic UI.
Thank you,