Category Archives: Salesforce Services

Salesforce Platform Events – What are they & how to use

While there are tons of documentation highlighting about platform events and their use cases there are even trailhead modules, recently we came up with the question that how should someone be able to tell a Salesforce rookie what a platform event is? Yes, it’s a platform-based notification system which can help orchestrate a proper integration… Read More »

DocuSign Integration with Salesforce using DocuSign API’s-Part 2

In our previous part for DocuSign Integration with Salesforce, we discussed how to send the PDF document from Salesforce to DocuSign. Now, in this part, we will walk you through how to sign the document and send it back to Salesforce. So, follow the below mentioned steps- 1. Log in to DocuSign 2. Click on… Read More »

DocuSign Integration with Salesforce using DocuSign API’s-Part 1

Docusign is a digital signature provider for your documents, quotations and various other papers which are digitally generated and maintained and signing each of them manually would quite be a hectic task. While it has been around for years, DocuSign has provided its own API for integrating your Salesforce org with your DocuSign Account. So… Read More »

Implementing RSS feeds on your Home Page using Visualforce page

Salesforce allows its users the ability to modify their Standard Home page by using various components such as links, images, HTML area and Visualforce area; the latter being a Visualforce area component to display your Visualforce page. It has also abandoned a few features of its own to implement something better the best example of… Read More »

Using ‘action’ attribute at VF Page tag

Today in this blog we will discuss the ‘action’ attribute for Visual Page tag. Sometimes there might be a scenario where the Visualforce page needs to be rendered based on some calculation or condition for e.g. Display Product Inquiry screen if it is a new customer or displays recent Product revisions to existing customers. Salesforce… Read More »

Creating Global Picklist Value Set in Salesforce

A Global Picklist Value Set in Salesforce means a picklist which you can access for all salesforce objects. In other words if you are creating any picklist, this picklist you can use for your Account, Lead, Opportunity and custom object etc. A global picklist in salesforce is a restricted picklist by nature. Only a Salesforce… Read More »

Using Nested Lightning Components in Salesforce

We have already gone back and forth on how Lightning is beneficial and yet minimalistic, how it could be rendered on VisualForce Pages and how to implement their design system on Salesforce Classic if you want a taste of both worlds. Since its emergence, a large swarm of developers has gone on tireless approaches to… Read More »

Expand and Collapse panel using Lightning Component

As mentioned in our previous blogs, we have already seen how to use Lightning Components in our Visualforce pages and we have also seen how to implement the look and feel of Lightning in our Visualforce pages using SLDS system. As it stands it does seem like one-way traffic as we are only implementing Lightning… Read More »