Skip to main content

Resources

Here are some of the resources I use to learn more, keep up with, and efficiently interact with Salesforce. I'm sure this list will evolve, but as of now...

The Salesforce Admins Podcast - "products, community and careers", though community seems to get the greatest attention. No other place to hear about a component turducken.

Trailhead - THE BEST way to get hands on if you don't manage an org IRL. Even if you do, Trailhead lets you explore areas of the platform that you're not using in your day-to-day role.

Salesforce Ben - subscribe for regular emails of interest to admins on a variety of Salesforce topics. Even get tips and practice exams towards Salesforce certification.

Automation Champion - A Salesforce MVP blogging about automation... Process Builder, Flows, etc, with practical, detailed examples.

Force.com LOGINS - Chrome extension to simplify logging in. Especially handy if you regularly log in to different orgs (even, say, production and sandbox).

Copytables - Chrome extension that makes it easy to copy a table (or list view) and paste it nicely into an email, document or spreadsheet.




Comments

Popular posts from this blog

Salesforce reporting: XL-Connector and VBA

In an earlier post , I mentioned a tool I'm using to import Salesforce data - via SOQL or existing reports - into Excel. This post is more about using that tool, XL-Connector from Xappex . Here, I'll walk through the (simple) process of importing and refreshing a report, and I'll provide a simple VBA macro to automate the refresh. In a future post, I'll expand on that macro to show a friendly view of my opportunity pipeline and a single-page view of how each of my sales reps are doing against a series of KPIs. Importing a report is simple enough. From the XL-Connector tab, select Log In and enter your credentials. I'm using the old id and password (as opposed to SSO), so I provide that along with my 'token'.  (Don't remember your token? Log in to Salesforce via your browser, click on your photo, select Settings, then 'reset my security token'.) Once you're logged in the lock turns green. Back in Excel, on the XL-Connector tab, select ...

Salesforce Pipeline Reporting - part 1 of 3

In a dozen (plus) years working with Salesforce, I've never been entirely happy with the built in reporting of my opportunity pipeline. I can export details, or a printed (formatted) view, but I lose the interactivity. I can use a dashboard, which is better now in Lightning in that I can see a lot more fields in a table component. But flexible views require filtered dashboards, and just maintaining the filter values (if they go down to a rep level) can be onerous. Plus applying (or removing) a filter tests my (very limited) patience. So I've typically exported the report details into Excel, and there created a workbook that includes (1) summary info, (2) scrollable deal lists with hyperlinks back to the opportunity records in Salesforce and (3) filters that let me instantly switch views, say among teams, reps, opportunity types, or fiscal periods. My process around this involved LOTS of VBA and LOTS of formulas. Lately, I've (finally) gotten turned on to slicers in Exc...

A personal dashboard keeping my (Salesforce) house in order

I've put a 'penalty box' on my reps' dynamic dashboard. This section of their dashboard calls out items that they own that require attention. Their penalty box includes issues such as open opportunities with a close date in the past forecasted opportunities with no quote issued open opportunities that include inactive SKUs MQLs that haven't been addressed after some period of time stale opportunities (untouched in, say, 30 days) early-stage opportunities with near-term close dates These are intended to keep the reps honest and help them keep their pipeline clean. But I have my own Salesforce hygiene issues to keep up with. So I've created my own dashboard to keep these front and center. I can't necessarily fix all the issues today (who gets those leads when the territory is vacant?), but I want to fix what I can, and then keep sight of others needing attention. My personal cleanup dashboard includes the following: Open opportunities ow...