Platform 7.1.0.10 resolved issues

Total: 12 issues

----------------

PLAT-8778

Publ API - Work Summary

Outcome

Added getWorkSummaryForDate API to return work summary based on the passed date.

----------------

PLAT-8912

Publ API - Employee Schedule & Time Period

Outcome

Implemented getModuleReference and contiguous methods.

----------------

PLAT-8914

Publ API - Employee Job

Outcome

Implemented getEmployeeJobs method.

----------------

PLAT-8945

Publ API - Work Summary

Outcome

Added getWorkSummaries API to return a list of work summary objects based on the passed date range and context.

----------------

PLAT-8969

Publ API - Employee Balance

Outcome

Added getEmployeeBalanceValueByTimeCodeId API to return balance value based on the time code ID as of the context wrksWorkDate.

----------------

PLAT-9020

Publ API - Work Summary

Outcome

Implemented properties to enable getter and setter of work summary messages.

----------------

PLAT-10095

Publ API - Employee Schedule

Outcome

Added getters to get the docket ID and project ID in EmployeeScheduleDetailsPubl.

----------------

PLAT-10096

Publ API - Override

Outcome

Added API to get override data.

----------------

PLAT-10456

Custom Scripting: add support for debugprint when it is called statically

Using debugprint causes a script to fail to compile when it is used statically and the script is not in debug mode.

Outcome

Fixed by properly removing debugprint from the script if the script is not in debug mode.

----------------

PLAT-10476

Custom Scripting API and Whitelist Requirements - SmecoRolling24HrRestRule

Outcome

Added a public service to access a method of WBData.

----------------

PLAT-10698

PGP Import Task fails after running PGP Export Task

After running a PGP export, all PGP imports are failing. When the import task is run, it tries to decrypt the imported file using the PGP key used for export, causing the failure.

Outcome

Fixed.

----------------

PLAT-10743

PGPExport can contain a zero byte file before the contents are encrypted.

When a file is exported from WFM using PGP encryption, a O KB encrypted file is shown briefly on the server before the encrypted contents are written to the file.

Outcome

Fixed. A file is first created with a .tmp extension and then renamed to a .enc or .pgp file once it is ready.

----------------