I currently have a requirement where I need to hide a few standard fields on the screen. Consider that, If I hide those standard fields in one company (e.g. USMF), the same fields must get hidden in the other companies too. I know I can achieve this manually by going into each entity hiding those fields and saving the view for the upcoming use. But I am looking for a solution where I can do this without using the saved views.
Is there any way that I can achieve this requirement where If I make the change in one environment it must be reflected parallelly in the other entities too?
I think the difference between this question and your previous one is about not using saved views to hide the fields. That is possible. You can use field-level permissions in the security configuration to deny access to particular table fields. That is then effective for all legal entities to which a user has access for this role.
You can read more about field permissions on my blog
The functional way to do this is to use saved view and technical way is to do custom code.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.