
All you have to do now is find the field you’d like to hide and click, hold, and drag it up to the box of fields at the top of the page (so that you see the green ✅ appear), then release. Now click “Save” And you’re all set, the field is now hidden from the page layout!
What are hidden fields in the page layout?
In Professional, Enterprise, and Unlimited Editions, administrators can specify that certain fields are not displayed in the page layouts for their Users. Normally if a field is hidden in the page layout, it will not be accessible as a column header in a list view.
How to hide fields depending on values in other fields?
I think you can't hide fields depending on values in other fields. Most user will set up a validation rule (VR) because Salesforce doesn't support this but if you to hide you can only do this by creating custom validation. Log In to reply.
How to create a hidden input field in a lightning component?
I want to create a hidden input field in a lightning component to pass a default value. You could use SLDS styling classes, .slds-hide or .slds-hidden, to hide your component from user and let it hold the value for later use.
Should I hide the 'account name' field on the cases page?
In Enterprise, Developer, and Unlimited Editions, Field Level Security determines whether or not the field is visible. If you hide the 'Account Name' field on the Cases page layout, Users can still display the 'Account Name' in a Case list view.

How do I hide a field in a Salesforce report?
Review the field's Field Level Security settings. 2. Note that the field is set to 'Hidden' for some Profiles. 3. Hover over 'Hidden' and either field is hidden because of page layout or field is hidden because of Field Level Security appear.
How do I hide standard fields in Salesforce?
Go to the fields which you want to hide and select there link and select the Set Field-Level Security button and uncheck the Visible checkbox for the profiles you do not want to see those particular fields.
How do I change the visibility of a field in Salesforce?
Go to setup and type field accessibility in quick search box.Now click the object, you want to change field accessibility for.Next page will show two options. ... To change field accessibility click on the field access,a page will open.You can make field visible, required or read only from here.Save You changes.
How do I hide a field while creating record in Salesforce?
Create two Record Types.(Name it as New, Detail)Create two Page Layout. ... Assign the New Pagelayout as the default on the profile.To bypass the record type select screen ( Your name(in header) - > My Settings - > Display and layout - > Set Default Record Types ) or Give user access to only NewRecord using profile.More items...•
Can you hide a field in Salesforce?
“Hiding” Fields from Users or Profiles This time, from the Object Manager, click on “Fields & Relationships”. Select the field you're looking to modify. Then, select “View Field Accessibility”. From the drop down, select the field you're interested in hiding.
How do you hide a field in lightning component?
You could use SLDS styling classes, . slds-hide or . slds-hidden , to hide your component from user and let it hold the value for later use.
How do I hide a field based on another field in Salesforce?
I think you can't hide fields depending on values in other fields. Most user will set up a validation rule (VR) because Salesforce doesn't support this but if you to hide you can only do this by creating custom validation.
How do I hide an object in Salesforce?
Direct way to do this is go to profile > click edit and un-check object access (read/create/edit/delete/view all/Modify all) and that object won't be visible to that profile.
How do I make a Salesforce field read only?
Salesforce Classic:Click on Setup | Manage Users | User.Open the user record and navigate to 'Permission Set Assignments' section.Open the Permission Set assigned and go to System permission.Deselect the option 'Edit Read Only Fields'Save.
How do I remove a field from a page layout in Salesforce?
Go to Page Layout >> Click Fields >> Uncheck Required Check Box.
How can Maria remove a visibility setting from a page layout?
Remove a Visibility SettingFrom. , select Setup.Click Object Manager and select Knowledge.Click Page Layouts.Click Procedure - Reader.Scroll down to the Properties section.Hover over the Visible in Internal App field.Click the. button.Click Save.
1 - SLDS Styling
You could use SLDS styling classes, .slds-hide or .slds-hidden, to hide your component from user and let it hold the value for later use.
2 - Using attributes
You can then access your attribute in your JS controller and set it to your desired value or pass on to specific component or do some calculations/working on it.
shariq
You need to overwrite the standard detail page with custom visualforce page, where you can show/hide the field on custom logic in script.
Parul
I think you can't hide fields depending on values in other fields. Most user will set up a validation rule (VR) because Salesforce doesn't support this but if you to hide you can only do this by creating custom validation.

Getting Started
“Deleting” Fields
- First, if it’s a custom field and you’re just trying to get rid of it, select “Fields & Relationships” from the left-hand column. Then, find the field you’d like to delete and click the menu arrow on the right-side of its row. Then select “Delete” from the drop-down menu. You’ll see a very serious pop-up letting you know that this action will also delete all dependent info for any dependent or controlli…
“Removing” Fields
- Ok, but let’s say you have a field that contains data you need (maybe you report on it, or it’s relevant to a third-party system, etc…, but your users never need to update it and they don’t need to see it on their screens in their day-to-day). In that case, to “hide” the field, we’ll just need to remove it from the Page Layout! So begin by selecting “Page Layouts” from the left hand column. Then s…
Use Record Types to Hide An Irrelevant Field
- Finally, one last way to hide a field is via Record Types! This is a good solution if you have multiple types of the same object that require different fields (for instance, if you manage residential and commercial properties and use a Property object, you might want to keep a record of “pets” or the like on your residential records, but that field would be unnecessary on the commercial records)…