# Version 9.1.254.6 (Support Release - 23 September 2026)

#### **HR Processes**

##### Change from Enum Type to int value over query sending (#151556)

**Problem**

- The enum value type was sent over as a query param, and in some cases it threw a 501 within gRPC, meaning the value could not be mapped

**Solution**

- Added a change to send the int ID value and then map it back to the enum type

---