Category: Features
-
Salesforce.com – Want to learn about Lightning (Experience,Component, Interface, Events etc.) ?
—
Salesforce platform is evolving every now and then. Which is some time tedious to follow. I mean …. you know what I am talking about , correct ? If you are not getting what I am talking about is, we have to keep learning about these new things all the time. I love reading…
-
Salesforce.com – Setting the record createdDate while creating a record
—
How many times in your entire salesforce experience you might have thought that, I should be able to update or be able to set the created date field on a record. I am telling you about my own experience : more than a thousand times 😁.So here is the post about Salesforce.com – Setting the…
-
Salesforce.com – Debug Logs in Winter 16 release
—
Being a developer we all know what does it mean when someone says there is an issue in our code. At that very moment the first thing that comes into out mind is: do we have a log for this issue ? There has been a quick change in the winter 16 release the way…
-
Salesforce.com – Quick Tip – Delete all records from an object
—
Sometimes you want to delete all the records from an object and wonder how to do it ? Here are some tips : Export all records (just record id should be fine) in Data loader or any ETL tool and use Delete operation to delete them. This will be a slower as this operation takes…