cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding reassign button

rommelcarneiro
Champ in-the-making
Champ in-the-making
Hi all,

is there any option in task configuration that disables or hides the reassign button from task form avoiding the user to delegate to someone else?
5 REPLIES 5

jbarrez
Star Contributor
Star Contributor
No, that's not configurable. You'll need to adapt the code yourself (not that hard to remove something)

pablofrancis
Champ in-the-making
Champ in-the-making
oh.. So that's why.. Thanks for the tip  avalon

shimu
Champ in-the-making
Champ in-the-making
I am trying to keep an audit trail of the reassignment. Is that field persisted in the database somewhere? Basically, I need to record if a reassignment of the task has occurred, who was the original assignee and who is the new assignee.

thanks.

jbarrez
Star Contributor
Star Contributor
I'm not sure it is persisted (but you should be able to check it out easily).

Alternatively, you can add a custom assignment listener to catch these events and do something with them.

johnunger
Champ in-the-making
Champ in-the-making
Can you explain, please, how can I add a customer assignment listener?