I want to Hide AssignTo Options For Employees.
is it possible to hide or can be removed using permission Role Manager etc?
Thanks in Advance. ![]()
I want to Hide AssignTo Options For Employees.
is it possible to hide or can be removed using permission Role Manager etc?
Thanks in Advance. ![]()
Did you resolved to hide this? Can you please share
Hello, try this.
refresh: function(listview) { var example = listview.$page.find(`[data-label='example']`); example.hide(); example.parent().hide(); example.parent().parent().hide();
Please make sure to replace 'example' with the actual data-label value of the workflow button you found during inspection.