Hello, in one of our HTML Dialog, we use a datatable with Ivy Tasks in it. For that we use the ch.ivyteam.wf.common.TaskLazyDataModel as done in the jsfWFUI in the TaskList View. One of our column is #{task.case.name} and I really would like to be able to sort that column. Unfortunately, there CASE_NAME is not present in the TaskProperty Enum and if i figure how it work correctly, it must be there to be able to use sortBy="#{CASE_NAME}". Is there some way to do this ? FTM I see two options :
Thank you for your answer Denis asked 09.06.2015 at 16:57 dbalasse |
I manage to make it work by using CUSTOM_VARCHAR_FIELD_1. At the task creation, i put the case name in this custom field. This enables me to sort on this CUSTOM_VARCHAR_FIELD_1. It's not the cleanest way to do it but it work. If you got something cleaner I would be happy to hear it Thank you Denis answered 09.06.2015 at 18:27 dbalasse |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 09.06.2015 at 16:57
Seen: 2,623 times
Last updated: 01.07.2015 at 11:50