- Click on the top-left rectangle above the row numbers and to the left of the column names so that all of the cells in the worksheet will be selected.
- Move the mouse over the line between two column names (column headers) and double-click it. This will AutoFit all of the columns in the worksheet.
- Move the mouse over the line between two row numbers (row headers) and double-click it. This will AutoFit all of the rows in the worksheet.
Blog
Salesforce – Calling REST API From Apex Using Modern Named Creds
Recently, I ran into an interesting Salesforce edge case where I needed an Apex trigger to make a future call to Salesforce’s own REST API. My goal was to essentially nudge certain Account records so Read more…