Category: Salesforce
-
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 – Winter 16 Lightning Experience
—
in SalesforceHello, Just now Salesforce is releasing winter 16 to production orgs. You might have already seen it in Sandboxes but here are some of the screens which you will see in your orgs. Some cool stuffs: Enabling the new UI: To enable it you will see a Lightning Experience link on the Left side of…
-
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 – Duplicate record management
Couple of years back salesforce did not have a proper duplicate record management method. There was manual duplicate record finder for Leads as below screenshot. You have to click on a button to find duplicate once the lead is created or you can search for the leads and merge them if there are any such…
-
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…
-
A glimpse of the Microsoft Dynamics CRM !!
Got a look of Microsoft Dynamics CRM.. Tried some stuff there and was comparing things along with Salesforce CRM. Here are some screen shots. May be you can also make out the similarities and differences. Login page: After login: Menu: Sales Services Marketing: Settings: Dash…
-
Salesforce.com (Part 4) – Installing AppExchange applications in your Salesforce org.
—
in SalesforcePervious part. This post will be about AppExchange products installation. If you remember in one of my previous post I said we can have pre-built packages and install them in our org and start using them without having to code or with a minimum amount of code. We will take example of one of the…
-
Difference between Insert and Database.insert in Salesforce?
—
in SalesforceI got a query from one of the salesforce developer about DML operations in Salesforce. Here is the query : Why there are two ways of doing DML operation in Slaesforce ? 1. Insert objectlist; 2. Database.insert(objectlist); My thought on this: Transaction control: Use method 1 when you do not need to have a control over…
-
Salesforce.com (Part 3)
—
in SalesforceLink to previous post Here I am again with some Salesforce.com stuff. I have been talking about the salesforce platform in my previous posts. Today will talk about some of the usages. The usage can be endless as in any other programming language. We can build small applications like calculator to big applications which can…
-
Salesforce.com (Part 1)
—
in SalesforceHello readers, Today going to talk about salesforce platform. The stuff I have been working since long enough now. I started working on this platform just for fun. Never thought that this will be the platform, I will be working on for my living. 🙂 It’s been several years since I started working on Salesforce.…