Category: Post

[Salesforce / Apex] Let’s play with Named Credentials and OAuth 2.0

Few days ago I was lurking in the Named Credentials configurations. What are named credentials? Here are the official docs. They are essentially a way to store callout configurations such as: Endpoint (only HTTPs endpoints are supported) Callout certificate (if needed, from the local key store) Authentication protocol (if needed) Authentication settings With named credentials […]

[Salesforce / MVP] Yes guys, I’m a Salesforce MVP! And Thank you all!

Today I woke up and… BAAAMM! I’ve been nominated a Salesforce MVP: read the announcement from the Salesforce MVP blog. This is an honor and a motivation of pride for my carreer, and I know I have to thank the whole Force.com Community for this awesome achievement! This post is just to say thank you […]

[Salesforce / Visualforce] Input Lookup Custom Component

Have you ever needed a VisualForce lookup input field without using a lookup field from another “fake” object? I did, and now I have an easy to use VisualForce component that does the trick (almost all the trick). Here is the GitHub repository that contains the component. The components simply replicates what the standard lookup […]

[Salesforce / Trailhead] Christmas Trailhead Gifts

Have you been a good or a bad boy this year? It doesn’t matter to TrailheadClaus, so he put new modules under the tree for you! At first we have a new trail for advanced administrators. This includes Event Monitoring and Lightning Connect modules and the new Advanced Formulas module. This module explains advanced features […]