Custom Settings Fun

Custom Settings are one of the great ways a developer can give admins power to update logic, settings, and the behaviour of code and really make code more flexible. This is just a quick reference of all the cool ways you can pull those settings back out without having to use a SOQL statement. The…

Test Classes with Global Picklists

Global Picklists or as Salesforce.com likes to refer to them, “Picklist Value Sets” from the menu or “Global Value Sets” in change sets, are not new but my dealings with them are. Specifically in Apex and test classes with a parent/child relationship using Global Picklists. Global picklists btw do not have the same limitations normal picklists have…

Embedding Wave Dashboard in to VisualForce page with Filters

This is a post on how to successfully embed a Wave dashboard in Visualforce with multiple datasource filters in Summer 17. If you found errors, fixes, or need help please comment and I’ll respond/update the post, thanks! Wave err…Einstein Analytics as Marketing has now re-branded Wave, is a little spotty on documentation. It assumes you drive…

Wave Replication and Data Accuracy

In order to support custom dataflows you have to turn on ‘Data Replication’ and you want to create custom dataflows in order to allow better control over schedules, development, debugging, and insulation against dataflow failures due to changes, data, etc. That being said you will want to disable incremental updates. Troubleshooting has several times come…

Wave Component in editor is un-selectable.

In Salesforce.com Wave Analytics in the new 2.0 Wave Designer, if you find that a component is un-selectable or after selecting your browser freezes here are two things to help resolve: Check your XMD File When doing custom formatting through the XMD, adding percents and dollars specifically, you do not need to add a label and…

Data Loader Error Message Fix: Failed to parse detail

If you have gotten the following message: Failed to parse detail: START_TAG seen …</sf:exceptionMessage><sf:upgradeURL>… @1:752 due to: com.sforce.ws.ConnectionException: unable to find end tag at: START_TAG seen …</sf:exceptionMessage><sf:upgradeURL> … @1:752 Or something like that while trying to load in to Salesforce.com Data Loader, try upgrading your version. I had 35.00 and 37.00 both fail where a…