Tag: Salesforce

  • Getresponse integration with Salesforce

    GetResponse offers an online platform for email marketing software, landing page creator, webinars hosting and much more. Integrating this tool with salesforce (world’s #1 cloud CRM) has a huge benefit for any size of business. No matter you are a small business or large, you will need marketing to grow your business. So, with out further…

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

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

  • Getting Error : We couldn’t find a record in your most recently used records list to preview the page with.

    Getting Error : We couldn’t find a record in your most recently used records list to preview the page with.

    Issue: Getting Error : We couldn’t find a record in your most recently used records list to preview the page with. while creating a Lightning App Page. We couldn’t find a record in your most recently used records list to preview the page with.   Resolution: We need to view at least one record of…

  • Salesforce.com – Spring 16 preview 1

    We might expect the below feature in next release of salesforce. This is a health check for your salesforce instance, where you can see the status of your org in comparison to the salesforce standards. This is just for information purpose and does not fix these issues automatically.  You have to fix them yourselves. Hope…

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

    Salesforce.com (Part 4) – Installing AppExchange applications in your Salesforce org.

    Pervious 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?

    I 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)

    Salesforce.com (Part 3)

    Link 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)

    Salesforce.com (Part 1)

    Hello 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.…