- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:14 PM
Hi all,
My requirement is to show color codes in server table based on nearing/expired EOS dates.
- Red color EOS within 3 month (less than or equal to 4 months)
- Amber color EOS within 6 month (Between 4 to 8 months)
- Green color EOS in 1 yrs 0r above. (More than 8 months)
I have created a script include but it isn't working. PFB -
Script include -
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 11:15 PM
Thanks all,
I was able to get this sorted using Field Styles scripting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:21 PM
Hi @Dolly M ,
Is your script include is client _callable? If not, please make it and then check again.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:27 PM
Yes, it is client callable but not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:36 PM
Hi @Dolly M ,
Can you try one thing - Uncheck Client callable check box and try again. Then check client callable check box again and check again. let me know your feedback, as code looks correct to me and calling as well.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 10:42 PM
I can't get your point. why did you not use variable current in your script include?