I need to change Record Producer Variable Question Font Color.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 12:54 AM
I made onLoad Client Script with script :-
var myVar = $('label_' + g_form.getControl('manager').id);
myVar.style.color = 'red';
However, It is only working for native view.
How can I make it work for Service Portal too.
0 REPLIES 0