Itโs that time of year again. The annual Salesforce Salary Survey is now open! Mason Frank, global Salesforce recruiters, have begun collecting responses for the their annual Salesforce salary survey! The survey is formed through collecting insights from people working with Salesforce all over the world and forms to create a crucial resource for the […]
Category: Post
[Salesforce / Apex] Cleanse your data with super powers: Execute Anonymous Batch
Warning: use this only if you have super powers and you know exactly what you are going to do! Developers are always lazy people, they prefer (love) writing scripts to handle data cleansing. I rarely use Data Loader or massive CSV updates using other tools if I can, I always prefer to write my own […]
[Salesforce] ORGanizer 0.6.2 “Birthday” Release is live!
h1.chapter-title{ font-size:20pt; } div.post-content a{ color: blue; font-weight: bold; } Happy Birthday to me! To party in the best way my birthday, a new ORGanizer release is live! If you haven’t, try out the ORGanizer for Saleforce Chrome Extension, you’ll never regret! All new features has been requested by you all guys, the best ORGanusers […]
[Salesforce / Einstein] Playing around with apples and Einstein Prediction APIs
The machines are not going to rule humanity…for now. So don’t be afraid of AI in your daily job as Awesome Developer / Admin / Adminloper. A new revolution has come in the CRM world and Salesforce leads it as usual. Einstein is AI brought to our beloved CRM platform, in may ways: enriches your […]
[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 / CloudConsole] How to get if a tab is the primary tab
This is a quick post for the future me that will be struggling with Cloud Console and tab handling. I wanted to get it a tab is a primary tab, in order to decide whether to open a new page in a new primary tab or in a subtab. The problem is that if you […]
[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 […]
