- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 05:10 AM
Hello All,
I am checking the Timezone field on Schedule.
And under child schedule entries which is cmn_schedule_span table, there also it shows this timezone field.
I was trying to understand from where does the timezone value appear under child Schedule entry?
I did check dictionary entry of this cmn_schedule_span table and there I do not see any entry.
Any help and assistance is much appreciated. Here's the screenshot -
Thanks
Linda
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 06:09 AM
Hello @linda_richards ,
The section showing the "When" and "Time zone" fields is a UI Formatter
The UI Formatter uses a UI Macro named "schedule_date_range" to render these fields.
Unfortunately that UI Macro is hidden so we cannot look at the code, but I have observed that it simply displays the time zone that is selected on the parent "Schedule" record. If you change the time zone there you will also see the new value on the Schedule Entry.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 06:09 AM
Hello @linda_richards ,
The section showing the "When" and "Time zone" fields is a UI Formatter
The UI Formatter uses a UI Macro named "schedule_date_range" to render these fields.
Unfortunately that UI Macro is hidden so we cannot look at the code, but I have observed that it simply displays the time zone that is selected on the parent "Schedule" record. If you change the time zone there you will also see the new value on the Schedule Entry.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2025 02:17 AM
Thank you Robert for the information.