Category: Salesforce

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

  • Spring 17 release in Salesforce

    Spring 17 release in Salesforce

    Wishing you all a very happy new year 2017! Spring 17 release is around the corner and always there will be tones of new features or some enhancements to the existing features in Spring 17 release in Salesforce. Sometime the list is too big to be implemented by one person. And I am sure most…

  • Lightning Component : Simple Currency exchange value

    Lightning Component : Simple Currency exchange value

    We are close to the Christmas and end of the year. So wishing you all a very merry Christmas and a new year. I have never shared a code with you all lately. This time will be sharing code which I wrote just for fun sometime: “Lightning Component : Simple Currency exchange value”. Lightning Component…

  • Failed to create createContainerMember for containerId

    Failed to create createContainerMember for containerId

    All of a sudden without any changes to the system I started getting the errors “Failed to create createContainerMember for containerId”. Not able to save the ApexClasses, Visualforce Pages and any metadata. If you are also in same kind of situation, may be this post is for you. Issue: Failed to create createContainerMember for containerId…