- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 10:32 AM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 11:12 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 06:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 08:45 AM
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 01:20 PM
Hi
I have another question though is there a way I can to auto populate the user's timezone from the sys_user table to the timezone field of Service Catalog?
As you can see in the image, the default timezone of Annabelle Coger in sys_user table is America/Los_Angeles. If she creates a request in a Catalog Item, the "Please select your timezone" field must auto populate to America/Los_Angeles timezone as well.