How to view role hierarchy in salesforce

How do I see roles in Salesforce? To viewdetailed information about a role, from Setup, enter Rolesin the Quick Find box, then select Roles, and click the rolename. Note If you’re using a Customer Portal, you’ll see a rolehierarchy for the account’s portal users. To view detailed information about a role, from Setup, in the … Read more

How to view platform events in salesforce

From Setup, enter Platform Events in the Quick Find box, then select Platform Events. Click your event’s name. On the event’s definition page, the Subscriptions related list shows all the active triggers, processes, and platform event–triggered flows that are subscribed to the platform event. View Event Subscribers From Setup, enter Platform Events in the Quick … Read more

How to view debug logs in salesforce

To view the debug logs, from the setup option in Salesforce, enter ‘Debug Logs’ in the ‘Quick Find box’, then select ‘Debug Logs’. Once you select the Debug Logs, click the ‘View’ button to examine the log. Click ‘Download’ to download the logs as an XML file. To view a debug log, from Setup, enter … Read more

How to view all accounts in salesforce

once you click on Account from leftside of Salesforce1 App, you will have screen with recent item(RecentAccount) with purple folder icon. click on it, it will display My account & All Account view. But you can’t access custom view. My guess is that you may all ready have a List view labelled All Accounts, you … Read more

How to use vlookup in salesforce

Create a Salesforce VLOOKUP Use Case. A company only sells in the United States. … Create a Custom Object and Import Records. The first thing we need to do is create a custom object to hold the acceptable values. … Create a VLOOKUP Validation Rule. Now that our list of valid Area Codes are loaded … Read more