I want to set the color of text in short description field and choice list field.
Hi,I want to set the color of text in short description field and choice list field.,I have trid below code but its not working.var shortdescriptionField = $('sys_display.task.short_description');shortdescriptionField.setStyle({color: "red"});
