Hi,
I am currently setting up a project with Field Description under many Custom fields.
By default, the scripted description is marked with the color red.
Is there a way I set set descriptions with a different color?
descField.setHelpText("Please explain why priority is Highest.")
Hello @Jason Galea
You can do it like this
getFieldById("summary").setHelpText("<font color=\"blue\">Some help text</font>")
It works. Thanks a lot Mark
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mark! It still works great. I was looking for the same thing.
Thanks a lot for posting!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.