
It's a page layout setting. Go in to edit your layout, click on Related Lists, click on the little wrench icon for the Activity History related list, click on the section for Buttons, uncheck Log a Call. If you need to hide the button only for some users, just create different page layouts, and assign to the different profiles accordingly.
Full Answer
How to customize reports in Salesforce classic?
Select Report Types with the Enhanced Report Type Selector (Beta) Build a Report in Salesforce Classic Choose a Report Type in Salesforce Classic Choose a Report Format in Salesforce Classic Group Your Report Data in Salesforce Classic Keep Working While Your Report Preview Loads Customizing Reports in Salesforce Classic
How to filter data from a Salesforce object?
Filtering Records Extracted from a Salesforce Object Filter Your Data Extract Transformation: Get a Date Component Restore a Previous Version of a Recipe sliceDataset Transformation sfdcRegister Parameters Join Node: Add Related Columns of Data to the Recipe Handle Missing Values Filter Node: Filter Rows Window Functions for Formulas
How to build a report in Salesforce lightning experience?
Build a Report in Lightning Experience Select Report Types with the Enhanced Report Type Selector (Beta) Build a Report in Salesforce Classic Choose a Report Type in Salesforce Classic Choose a Report Format in Salesforce Classic Group Your Report Data in Salesforce Classic Keep Working While Your Report Preview Loads
How to restrict past date in controlller?
Great suggestion Anushka! Here is the rest of the code for those interested. In your Controlller do this: we can use lightning input to restrict the past dates using "min" attribute of "lightning:input". Below is the code. var mm = String (today.getMonth () + 1).padStart (2, '0'); //January is 0! Thanks Vijay, this exactlt worked for me !!!

How do I hide a product in Salesforce?
If you want to hide products from appearing when you click on "Add Products" in Salesforce CPQ, you can mark the "Component" checkbox on the Product record to True.
How do I archive a product in Salesforce?
In order to Archive a Price Book, follow the steps given below:Go to the Price Book you want to Archive.Click on 'Archive' button.This loads a confirmation page with a warning "You can't retrieve a price book once it's been archived."If you agree to the same, click 'Archive'
How do I hide details in Salesforce Lightning report?
From the report builder, click Show | Details. A check mark beside the Details menu item means that details are displayed. Click Details to toggle between showing or hiding records.
How do I remove an item from my Pricebook?
To remove a product completely, remove it from the standard price book. If opportunities, quotes, service contracts, or contract line items are associated with a product, you can't remove the product. You can't remove a product or price book that's associated with an approval process or has a pending workflow action.
How do I hide a report in Salesforce?
On the Reports tab, click New Report.Select Select Report Types to Hide. The green check mark next to a report means it's visible to everyone.To hide the report type, click the check mark to change it to an X.
How do I hide a column in Salesforce report?
Click the gear icon and choose Select Fields to Display. Select columns on the left and click the right-facing arrow to move them to the Visible Fields area on the right. To hide a field, select it in the Visible Fields area and click the left-facing arrow to move it to the Available Fields area on the left.
How do I remove record count in Salesforce Lightning report?
To remove the Record Count from reports in Salesforce Classic:Open and edit the report you would like to change.Above the report's "Preview" pane, click Show.Deselect Record Count.Click Run Report.
How do I remove an item from a PriceBook in Salesforce?
To remove a product completely, remove it from the standard price book. If opportunities, quotes, service contracts, or contract line items are associated with a product, you can't remove the product. You can't remove a product or price book that's associated with an approval process or has a pending workflow action.
What is product PriceBook and PricebookEntry in Salesforce?
PriceBooks are represented by Standard Object – Pricebook2. Each Pricebook can have zero or more entries. Each of these entries are stored inside the Standard Object – PricebookEntry. Each entry in PricebookEntry defines the cost of the products in a particular currency.
What is product PriceBook in Salesforce?
A price book is a list of products and their prices. The standard price book is the master list of all your products and their default standard prices . Salesforce creates the standard price book when you start creating product records.
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.
