cancel
Showing results for 
Search instead for 
Did you mean: 

Show custom task properties on MyTask page Share

alf_developer09
Confirmed Champ
Confirmed Champ

I need to show properties of my custom workflow  task type on "My Task" Page. Though properties are visible on accept/rejection page of any user in workflow but not visible on "My-task" page.My task page shows only default properties (Due Date, description etc). Please help out of this. 

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

This page is one of the hardest to customise. The list of tasks is loaded with a minimal set of properties, uses legacy YUI to build the datatable and offers no configuration options. In order to expand the loaded properties you will have to override the Repository-tier web script written in Java only, which means you cannot use JavaScript/FreeMarker to extend the data set one bit.

I once had to customise that page and it ended up a barely maintainable mess. My lessons learned is that I'll never again agree to customising that page and will always recommend bulding a custom, new page instead.