Adding decoration to form section header

marianneurnes
Mega Guru

Hi,

I'm looking for a way to add decoration or some other marking to a section header on a form.

The form has lots of field distributed in seven sections, and the idea is to let some fields be editable for certain users at a time: user 1 can edit some fields in section 1 and 2, user 2 can edit other fields in section 2 and 3 and so on. to make it easier for the user, it would be beneficial to mark the sections with the editable fields so he/she knows where to look. I've made i client script that opens the fields in question for editing and adds a decoration on the field label, but is there some ways to also mark the section header simultaniously?

Thanks

7 REPLIES 7

Hi Marianne,



See my above comment about using the action name sysverb_cancel. It allows you to save w/o enforcing mandatory fields.


If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you


Chuck Tomasi
Tera Patron

I should have added how to make fields mandatory in case you were not already aware...



You can do this with a dictionary entry, which makes it static and mandatory for everyone or use a UI policy or client script for more conditional based approach.



http://wiki.servicenow.com/index.php?title=System_Dictionary


http://wiki.servicenow.com/index.php?title=Creating_a_UI_Policy


Docs: Client Scripts


Docs: GlideForm


Client Script Best Practices - ServiceNow Wiki