We use dynamics ax 2009. We want to add a new time zone ((UTC+03:00) İstanbul).
How can we do this?
*This post is locked for comments
We use dynamics ax 2009. We want to add a new time zone ((UTC+03:00) İstanbul).
How can we do this?
*This post is locked for comments
Hi Boris,
Thank you for interest.
In fact, I want to ask about the time zone that you see in the code below. Turkey (GMT + 02: 00) time zone that was changed later.
Timezone enum'unun içersinde Türkiye'nin değişen saat dilimi yok. How to add this to Timezone?
static void UserInfoPrefTime(Args _args)
{
UserInfo UserInfo;
ttsBegin;
while select forupdate UserInfo
where UserInfo.enable == NoYes::Yes
if(UserInfo)
{
UserInfo.preferredTimeZone = Timezone::GMTPLUS0300BAGHDAD; // Timezone enum no changing time zones in Turkey's flour.
UserInfo.doUpdate();
}
ttsCommit;
info("ok");
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156