[Salesforce] Summer17 Awesome Features Selection

.summer17 .title{ font-size:16pt; } .summer17 a{ color:red; } .summer17 img{ max-width: 400px; } Salesforce Summer ’17 release notes have been online for weeks and now it’s my turn to show you my favourite ones. I’ve been busy recently with my work but also for our first joint Milano & Cagliari Salesforce DUG and for the […]

[Salesforce / Lightning] Simple Custom Modal Alert

Hello everybody! This is an “easy peasy” post that comes from a recent two-weeks full immersion on Lightning Components task I got into at work: there will be more content from this activity and a Cagliari DG presentation as well. For all the TL;DR guys (and again, I’m one of you!), here is the Github […]

[Salesforce] ORGanizer Chrome Extension 0.6 is Live!

h1.chapter-title{ font-size:20pt; } div.post-content a{ color: blue; font-weight: bold; } Another release is on its way! You should receive the update in the next hours. Which amazing features have been packed? The Swag Store Change Set Helper Games Quicklogin Timed Password Sessions Password + Token on the fly Show Password in editor page Increased License […]

[CSS / Trick] Readonly Input Text

Message for the future me: this is a small CSS trick to make an input text like an output label using CSS: .inputDisabled{ pointer-events: none; cursor: default; background-color: white; border: none; font: inherit; } This is an example:

[Job Skills / Guest Post] Skills Gap Analysis: Is the Tech industry facing a serious talent shortage?

In this cloudy saturday evening I want to share a guest post by Maria Baranowska, Outreach Executive at Mason Frank International, global and niche IT recruitment company, who is passionate about responsible marketing and the growing digital world. I decided to guest her and this interesting post because nowaday I’m facing an incredibly high shortage […]

[Salesforce / Apex Runtime] Bug Report: Null exception not thrown

This little and simple post is to get Community’s attention to a possible bug my colleagues and me found few days ago. It’s about how null checking differs if occurring from outside or inside an Apex Class. For those who are TL;DR (like me), jump to the following Gist and comment if you have an […]

[Salesforce] ORGanizer Chrome Extension Version 0.5 is live!

Dear ORGanizer users, we have reached beta version 0.5, that means we are half way to version 1.0! For anyone that doesn’t know what the Salesforce ORGanizer Chrome Extension is, download it for free from the Google Web Store and, believe me, you won’t be disappointed for sure! As usual, if you find ORganizer useful […]