- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:15 AM
I want to change the color of the help text under the field from red to dark blue, but can't seem to find where the help text is located. Can you give me a hand?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:36 AM - edited 02-08-2024 02:37 AM
Hi @robertpetrovics, Is this the OOB field? It looks like the field message. ServiceNow has a method called '
g_form.showFieldMsg("cmdb_ci", "Select the Impacted Service", "info");
g_form.showFieldMsg("cmdb_ci", "Select the Impacted Service", "error");
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 02:36 AM - edited 02-08-2024 02:37 AM
Hi @robertpetrovics, Is this the OOB field? It looks like the field message. ServiceNow has a method called '
g_form.showFieldMsg("cmdb_ci", "Select the Impacted Service", "info");
g_form.showFieldMsg("cmdb_ci", "Select the Impacted Service", "error");
Regards,
Sunil