Category: Salesforce

  • Field is not writeable LastModifiedDate

    Field is not writeable LastModifiedDate

    Field 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

    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

    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…

  • Salesforce Certification Update

    Salesforce Certification Update

    If you have many Salesforce certifications and are worried about the maintenance cost (Salesforce release exam) . Here is a salesforce certification update news for  you if you already don’t know it. Go to theSalesforce certification update page for more info. In short if your certification cost is more than, it will be a very…

  • Git with salesforce locally

    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

    How to : Service Console in Lightning

    Service 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.

    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

    Enabling Case Feed in Salesforce

    As 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

    Using apex:emailPublisher in Salesforce

    This 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…