Yuzo Arai November 03, 2020 17:46 2 votes Share Facebook Twitter LinkedIn I think you could do it by using DOM manipulation,but be aware that Kintone does not recommend using DOM manipulation in general. document.getElementsByClassName('gaia-app-status-reassign')[0]; By the way, you might already know this, but the administratorcan only see the "Change Assignee" function in the process management.I hope this helps. 2 Comment actions Permalink
pk November 04, 2020 01:53 1 vote Share Facebook Twitter LinkedIn Thank you Arai-san for your information. 1 Comment actions Permalink
2 comments
I think you could do it by using DOM manipulation,
but be aware that Kintone does not recommend using DOM manipulation in general.
document.getElementsByClassName('gaia-app-status-reassign')[0];
By the way, you might already know this, but the administrator
can only see the "Change Assignee" function in the process management.
I hope this helps.
Thank you Arai-san for your information.