I have a custom field called company number. It is stored as a String and I also configured it in the user dialog as a String custom field. It is displayed correctly in the dashboard.
The issue occurs only when I click the sort button in the dashboard. As soon as I try to sort by this custom field, I receive the following error:
NoSuchMethodError: 'ch.ivyteam.ivy.workflow.query.TaskQuery$OrderByColumnQuery
ch.ivyteam.ivy.workflow.query.TaskQuery$ICustomFieldOrderBy.stringField(java.lang.String)'
Error during rendering of html dialog 'ch.ivy.addon.portal.generic.dashboard.PortalDashboard'
Do you have any idea what could cause this issue? It seems that the sorting function for String custom fields is not available in the current Axon Ivy runtime version. I suspect there might be a version mismatch between the Portal Add-on and the Axon Ivy Engine.