Show custom task properties on MyTask page Share

cancel
Showing results for 
Search instead for 
Did you mean: 
alf_developer09
Active Member II

Show custom task properties on MyTask page Share

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
afaust
Master

Re: Show custom task properties on MyTask page Share

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.