Change color in a calendar entry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2018 12:56 PM
I have created a new table with 3 fields: Title, work_start, work_end and the created a calendar report:
Now I have 2 questions:
1: How do I remove the "0:00" time?
2: How do I change the gray color to another color.
I have read the "Customize calendar reports" in ServiceNow documentation, but I can't see anything about this.
- Labels:
-
User Interface (UI)
- 3,868 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2018 12:38 AM
1) Currently the Time might be set in your dictionary attribute that is the reason for it gettting displayed, to showcase rsomething else like Title inplace of that
Follow the below link in which a way is given to showcase Number and Short Description of a Change look at it and make changes in your attribute as per your requriements.
https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/task/t_ConfigureACalendarAttribute.html
2)
To make changes to calendar event you would require Field styles
Go Through the below link and make changes in your condition to display the color
https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/task/t_HighlightACalendarEntry.html
https://docs.servicenow.com/bundle/london-platform-administration/page/administer/navigation-and-ui/task/t_DefineFieldStyles.html
Mark my ANSWER as CORRECT and HELPFUL if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2018 01:15 AM
1: I already have tried this, but the time is added as default.
2: I have tried to add a background color for every field (including sys_id), but this doesn't change anything. Except that my form now looks like a piece of candy.
glide.ui.report.extend_calendar_choices is set to true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2018 04:26 AM
1) Go to Dictionary (System Definition ---> Dictionary)
2) Filter by your custom table and check which column name has Display property set to True based on that
the value will appear on your calendar.
Once you get this working I will solve your second part of question
Mark my ANSWER as CORRECT and HELPFUL if it helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2020 11:39 AM