Category: Salesforce

  • Salesforce is changing the URL format

    Salesforce is changing the URL format

    Following the Spring ’18 release, Salesforce is changing the URL format, which is used by Lightning Experience standard apps, console apps, and the Salesforce mobile app. This change is for good actually. If you had issues while working on lightning experience when redirecting to an url, this will help solving those kind of issues. This…

  • Deliver Custom Notifications with Platform Events

    Deliver Custom Notifications with Platform Events

    Hello all, It’s been a long time I have written anything. I was busy, too much of research and work :). I have some breathing time so, thought to utilize the time with a simple post. This time I am going to talk about “Deliver Custom Notifications with Platform Events”. It’s Generally available now and…

  • Why I don’t like Salesforce Lightning

    Why I don’t like Salesforce Lightning

  • Visual Studio Code with salesforce

    Visual Studio Code with salesforce

    A new code editor by Microsoft: Visual Studio Code. Will see how we can use it with Salesforce : Visual Studio Code with salesforce. There are tons of code editors out there, which can be used for Salesforce coding. They support various features and keep on improving from time to time. But which one you…

  • Snap-ins Chat by Salesforce

    Snap-ins Chat by Salesforce

    After a long time, had a chance to write about something, I was really looking forward to : Snap-ins Chat by Salesforce. There are a tons of chat applications that you can plug-in with your website, so that your users can get in touch with you via chat. If you are a salesforce organization, who…

  • Salesforce,NodeJS and Heroku

    Salesforce,NodeJS and Heroku

    Hello, there! Today, I have a quick and interesting stuff for you to read. It’ about Salesforce,NodeJS and Heroku together. How these can be used for interesting projects and with a quick development time. These days a new JavaScript frameworks are being released every now and then. There are a lot of them and it’s…

  • Updating the Web-to-Case and Web-to-Lead Endpoint URL

    Updating the Web-to-Case and Web-to-Lead Endpoint URL

    Recently salesforce is Updating the Web-to-Case and Web-to-Lead Endpoint URL. This is of course a good move towards the security/performance of the system, but it needs your help. You or admin, who is maintaining the web-to-case or web-to-case features will need to update the endpoints to keep the forms working. This is not a big…

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