Patheon R38 Release Notes


Patheon release 38 includes the following feature enhancements and bug fixes:

  • Sales tracking for employees, (e.g., for commission tracking purposes) is now available. Sites can assign HRIS IDs to employees; assign transactions to an employee on kiosk terminals; assign transactions to an employee on cashier terminals; and review which employees are assigned to sales from the cashier terminal Sales History panel, or the Transaction Report V2 report in Patheon Portal.
  • Patheon Data API customers only: Data API mapping values issue is resolved, data performance is improved, and HRIS employee ID is available for employee endpoints.
  • General bug fixes

Specifications

Specification

Value

Name

R38

Release Type

Full

Version

1.39.x

Release Date

010724

Availability Date

010924

 


Enhancements

Data API

Data API mapping values are fixed

  • In prior releases, the Patheon data API enumeration incorrectly maps several values so they are one value off of the intended mapping. If you previously coded workarounds for this issue, you will need to revert to the previous code to ensure the values are returned to their correct labels. You will need to implement these changes by 6:00 p.m. EST Saturday, January 6, 2024.

Data ingestion performance is improved

  • The speed at which data is ingested and returned is improved; no action is required to take advantage of this enhancement.

HRIS employee ID is added for employee endpoints

  • The employee ID (e.g., Human Resource Information (HRIS)) feature enhancement added in this release is also available to data API users via the EmployeeDto object:

"hrisEmployeeId": {  

            "type": "string",  

            "nullable": true  

       },

Employees

Commission tracking is now available