function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vaibhab ShahVaibhab Shah 

Field show and hide based on Application?

Hi,

There is a custom field say (Description) on Account object. 
This field needs to be visible for user A when using Sales Application.
This fields needs to be hidden for user A when using any other Application.

How to achieve this through configuration?

Rgds,
Vai.
VinayVinay (Salesforce Developers) 
Hi Vaibhab,

This is not possible to hide the field based on the application.

However, you can post you idea using below link.

https://trailblazer.salesforce.com/ideaSearch

You can try using different layout and record types to hide the field.

https://help.salesforce.com/articleView?id=customize_layoutoverview.htm&type=5

Thanks,
Vinay Kumar
Vaibhab ShahVaibhab Shah
Hi Vinay,

Record types and layouts need to be tagged against a profile. One user can be assigned with one profile only.

Rgds,
Vai.
VinayVinay (Salesforce Developers) 
Hi Vai,

You can check with permission set and assign it to the user.

Thanks,