Changing field color based on Null Variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 12:11 PM
ok let me explain this better..
i have a Multi Line Text Field "Field1" and i am using that field to Turn the Color of the text and backgroud of another Date Field "Field2" if "Field1" is not NULL
I know i can do it with out code but our requirement is that we need "field1" not being null to turn it
i have tried the following
javascript:current.justification_for_urgent_request != "" ;
javascript:current.justification_for_urgent_request != '' ;
javascript:current.justification_for_urgent_request != null ;
javascript:current.justification_for_urgent_request != ;
but nothing seems to be working and i don't fully understand why... any thoughts
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 12:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 04:47 AM
Thank you .. I have updated my question if you could read and answer that would be awesome.. thanks again.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 06:08 AM
ok your using incident table and it's working where as im using a custom table and it's not working.