- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 1998
In Apex code, Lists can hold duplicate values but, if it contains duplicate sObject IDs and you try to update or delete, you'll get the error :...
- Written by Davide Gammone
-
Written by Davide Gammone
- Category: Programming
- Hits: 3036
Salesforce Spring '21 is bringing many features that can be very useful. In this post I will show some of my favorite features for Developers. You can...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 7989
In Salesforce, with the SOQL language (Salesforce Object Query Language) is possible to run queries, in order to extract some data from the Salesforce...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 1654
Salesforce help the runtime performance by caching components in the client. This is positive for the end users because page loads are fast. But is not...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 13036
In a Salesforce Lightning Web Component, you can assign a CSS class to each of the cells of the Lightning Data Table. You can use the "cellAttributes"...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 6929
When you write and test your code in Salesforce, did you ever get the "Too Many DML Statements: 1" error? Usually the error occurs with: Lightning...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 4742
Introducing Salesforce Trailblazer.me! Your reinvented resume and unified profile is now live!
What is Trailblazer.me?
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 7290
When a record is being updated or created, Salesforce place a lock on that record to prevent another operation from updating the record at the same time...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 1790
With the Salesforce Spring '19 release notes we learnt that from October 2019, Lightning will be turned on for all Orgs. This will be listed under the...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 1178
This morning (thursday, march 28, 2019) I had the pleasure and honor to participate in the first Salesforce Innovation Day of Naples, framed by the...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 35161
A Map is a collection of Key-Value pairs where each unique key maps to a single value. Keys and values can be any data type—primitive types, collections,...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 15066
Salesforce record ID's have 2 forms: 15 chars case sensitive, and 18 chars case insensitive. It's very important that we always use 18 chars ID for all...
- Written by Davide Gammone
-
Written by Davide Gammone
-
Also available:
- Category: Programming
- Hits: 17984
Long time ago I needed to delete all indexes on an Oracle SQL table. After some test I ended up with the following PL/SQL code: