- 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 01:54 PM
yes, you can configure a on load client script, glide ajax for your catalog item to set default value of timezone from sys_user record.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2022 11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 09:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2022 12:44 PM
Looked at it in more detail, and I would suggest that you add additional filters to narrow the results.
Try these:
language = en
sequence > 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2022 01:16 PM
Hi
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.