How to add the timezone to Service Catalog?

Byron Plant
Tera Contributor

Hi everyone,

I am trying to add the timezone field from the user table going to our Service Catalog, but I am not sure how exactly I should reference the timezone?

Please refer to the screenshot below. I need all the timezone that is available on the user table to be also available in our Service Catalog.

find_real_file.png

 

1 ACCEPTED SOLUTION

OlaN
Giga Sage
Giga Sage

Hi,

Create a variable that is a reference to the sys_choice table, and a reference qualifier with at least:
element = time_zone
inactive = false

find_real_file.png

View solution in original post

12 REPLIES 12

Give OlaN the credit because this is a different question.

To set the default timezone, set the default value as follows:

javascript:  gs.getSession().getTimeZoneName();

find_real_file.png

Just like Hitoshi said, this is an entirely different question, and you have been given two possible solutions, to answer that one.

Please close this thread by marking my (previous) answer as correct, as it will help future readers find a correct answer to their questions.

Byron Plant
Tera Contributor

Thank you so much everyone for helping me with my questions @sachin.namjoshi @OlaN and @Hitoshi Ozawa