Category: Salesforce
-

Field is not writeable LastModifiedDate
—
in ErrorsField is not writeable LastModifiedDate Here is a error you might get while updating a system field. Mostly the lastmodified field. There might be situations when you wanted to update the lastmodifieddate for your test class or some other reason. You will get error : Field is not writeable LastModifiedDate . But there is a…
-

automation using ifttt in salesforce
—
This post is about automation using ifttt in salesforce. Yes not using workflow. It’s more than that. I keep playing around with technologies and got to work on IFTTT about 5 years back. It was a growing kit and we did not have anything directly connecting salesforce with this platform. Recently I was looking at…
-

Salesforce with SourceTree
—
In my previous post about Git, we talked about handling metadata in a local copy using git CLI and GUI. Today, I am going to talk about Salesforce with SourceTree. SourceTree is a free tool.SourceTree simplifies how you interact with your Git and Mercurial repositories so you can focus on coding. If you have not…
-

Git with salesforce locally
—
Sometimes I see Salesforce developers( or any other developer as well 🙂 ) are afraid of the term SCM (source code management). As a developer should we be caring about it ? Answer is, yes, we should be using SCM for our own benefit. At least you can use git with salesforce locally. Wait locally??…
-

How to : Service Console in Lightning
—
in SalesforceService Console in Lightning Got a query about how to add Service Console in Lightning. So thought I should share this , which may help someone else as well 🙂 This is the first video , I am doing. So please ignore my ignorance and I am the music composer as well. Everything in this…
-
Salesforce Optimizer Report
—
If you have noticed in your orgs you will now see a Optimizer report : Salesforce Optimizer Report. This is a new Winter 17 feature. Let’s see what it does for you and how much helpful it is. Salesforce Optimizer Report Go to setup and quick find > Type “Optimizer”. You will see a…
-

Error: Your organization or community is currently using SAML as an authentication method, so you can’t disable it.
—
Issue: Getting Error: Your organization or community is currently using SAML as an authentication method, so you can’t disable it. Resolution : In your my domain you might have selected the SSO configuration, which is preventing the changes to be saved. You need to remove that before you can delete the SSO setting. 1. Go…
-

Enabling Case Feed in Salesforce
—
in SalesforceAs part of my previous post we talked about Case Feed stuff and I got couple queries on that. Most of them wanted to know about enabling case feed in salesforce. So, here is a quick recap on that. You can go to the previous post if not yet visited : Email Publisher in Salesforce…
-

Using apex:emailPublisher in Salesforce
—
in SalesforceThis post is about, how to use apex:emailPublisher for our Support personals. They can send emails from the Case Feed without having to leave the workspace. So here we are with Using apex:emailPublisher in Salesforce. This can be only used in organizations where we have Case Feed and Email-to-Case are enabled. If you have not…

