PC Surveyor Version 1.32.542

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
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.