Overview
The new version is available to all our customers at no cost.
New Features
User Logic: new user logic to retrieve the client timezone
- DeviceMgr.ClientTimeZoneOffset
For example the below script will return the UTC time and then based on UTC time get the client device time
var UTCTime = Now.AddMinutes(-Now.TimeZoneOffset);
var clientTime = UTCTime.AddMinutes(DeviceMgr.ClientTimeZoneOffset);
Bug Fixes
- Fixing issues related to DB reporting activities better
- Fixing issues related to FillStoreFromStoreGroup does not work properly
- Fixing issues related to Cancel/Filter Quota on Submit does not store CanceledOut/FilteredOut [Breaking Change]
- Fixing issues related to 6 weeks history report
Comments
Please sign in to leave a comment.