
I have an issue as the User Standard field - IsActive not visible for a profile. How can I make this field visible for all profiles.
Thanks & Regards,
Visu
3 réponses
Hi Visu,
You need to create custom formula field to display isActive for non-admins. Something like this:
Custom Field: if(IsActive,"Active","InActive")
We can control visibilty and position of the custom field.
Cheers