How to see 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 see data model in salesforce

The data model can be examined by navigating to ‘Schema Builder’ in Setup. A data model is typically created for a custom application in Salesforce. It can consist of standard and custom objects, custom fields and relationships. Different relationships like lookup, master-detail and many-to-many relationships can be utilized in a data model. Full Answer How … Read more

How to see api usage in salesforce

How to check your API Usage in Salesforce: As an Administrator, go to the Setup link at the top of the screen: Click on the “Company Information” link under “Administration Setup” and “Company Profile” in the side navigation: Your API Request usage is on the Organization Detail page: To view the information, click the Reports … Read more

How to search in salesforce

Salesforce Global Search When a user clicks into the global search bar they will see their recent items. As they start typing in the search box, they will be shown recent items that match their search criteria. If the correct record is displayed, they can select it from the suggested results. More items… 0:00 2:50 … Read more

How to schedule reports in salesforce

How to Schedule a Report in Salesforce Classic Open the Reports tab. Choose the report type that you’d like to schedule and click on its name. Select the Run Report button and choose Schedule Future Runs from the drop-down menu. On the Reports tab, click a report name. Click Schedule Future Runs from the Run … Read more

How to schedule data loader in salesforce

Scheduling of data loader through command line Open a command prompt. In the cmd enter cd\ to navigate to the root directory of the drive where the dataloader is installed. Enter to the bin through this command. Cd C:\Program Files (x86)\salesforce.com\Apex Data Loader 22.0\bin Generate an encryption Key Click on start->control panel->System and security->Administrative tools->Task … Read more