D365 – 设置用户默认时区

(1)XrmToolBox 安装并打开 User Settings Utility

Open User Settings Utility

(2)加载用户信息

Load User Information

(3)选择并勾选用户,选择时区,最后点击更新用户设置

Update User Settings


另外,还可以通过下面的SQL查询用户目前使用的时区

SQL
SELECT s.fullname AS UserName,
       s.businessunitidname AS BusinessUnit,
       s.domainname AS Domain,
       us.timezonecode AS TimeZoneCode,
       tz.standardname AS TimeZoneName
FROM   systemuser AS s
       INNER JOIN
       usersettings AS us
       ON s.systemuserid = us.systemuserid
       INNER JOIN
       timezonedefinition AS tz
       ON us.timezonecode = tz.timezonecode
WHERE  s.isdisabled = 0;
点击展开查看更多

Query User Time Zone via SQL

SQL Field Description

# Field Description
1 UserName Full name of the user.
2 BusinessUnit The business unit to which the user belongs.
3 Domain The user’s domain account (e.g., donghai.gong@xxx.com).
4 TimeZoneCode The numeric code that represents the time zone in Dynamics 365.
5 TimeZoneName The standard name of the time zone (e.g., Pacific Standard Time).

版权声明

作者: Donghai

链接: https://mgrowup.com/posts/d365/set-default-time-zone-for-user/

许可证: CC BY-NC-SA 4.0

文章已根据知识共享署名-非商业性使用-相同方式共享4.0国际许可协议授权。请注明来源,仅非商业使用,并保持相同的许可协议。

评论

开始搜索

输入关键词搜索文章内容

↑↓
ESC
⌘K 快捷键