- 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-06-2022 05:17 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 11:10 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 10:54 AM
Thank you so much everyone for helping me with my questions