I just want to have a field being read only if the user is project users. So I tried this but was not working…
1 Like
Hi @mana_mana,
Please try this.
eval:frappe.get_roles != "Projects Manager"
Reload and check it.
Thanks.
3 Likes