glide.ui.date_format.first_day_of_week not working with Schedule Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I did set up a new schedule page based on the OOTB Maintenance Windows and Changes (cmn_schedule_page). This new schedule page queries without any issue all our outages which are type "Planned maintenance". When the view of this schedule page or any other schedule pages is defined as weekly, the first day of the week is always "Sunday", even if "2" is set as value in the system property "glide.ui.date_format.first_day_of_week". I want that "Monday" is displayed as first day of the week.
A second thing that I want to achieve is to define the time of the calendar with half of an hour granularity instead of hourly based. For one cell I wish it is 30 minutes instead of one cell per hour.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Beno_t Petit,
According to this property com.snc.resource_management.first_day_of_week, the days are order as following:
First Day of Week (Monday = 1, Sunday = 7)
Try to update it according these values and let me know if you spot any difference
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @GlideFather ,
This property is not used for the schedule page but as described in the product documentation of ServiceNow -> Determines which day of the week is the first day. The resource workbench uses this value to calculate the week number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Yes I meant if you tried to update as per:
First Day of Week (Monday = 1, Sunday = 7)
You mentioned you have value = 2... can you try this?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have the value 2 in the property "glide.ui.date_format.first_day_of_week". In the property you mentioned, I have the value 1 but again, this property has nothing to do with schedule pages. This property is used for the workbench of the resource management.