Timezone field on cmn_spam_schedule

linda_richards
Giga Expert

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 -

 

linda_richards_0-1744978225146.png

 

 

Thanks

Linda

1 ACCEPTED SOLUTION

Robert H
Mega Sage

Hello @linda_richards ,

 

The section showing the "When" and "Time zone" fields is a UI Formatter

RobertH_0-1744981349429.png

 

The UI Formatter uses a UI Macro named "schedule_date_range" to render these fields. 

 

RobertH_1-1744981384365.png

 

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

View solution in original post

2 REPLIES 2

Robert H
Mega Sage

Hello @linda_richards ,

 

The section showing the "When" and "Time zone" fields is a UI Formatter

RobertH_0-1744981349429.png

 

The UI Formatter uses a UI Macro named "schedule_date_range" to render these fields. 

 

RobertH_1-1744981384365.png

 

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

Thank you Robert for the information.