Category Archives: Salesforce Services

Salesforce – How to get row index of lightning table rows

Dynamic lightning table components help you to display the records in the table format easily. In this blog, we will understand how to get a row index of lightning table rows. If we want to do operation on the click on any column of table, we need a row index of respective rows.Firstly, we need… Read More »

How to add Lightning Web Components as Custom Tabs in Salesforce

According to the release notes for Winter ’20, you may now add the Lightning Web Component to Salesforce as a Custom Tab. Therefore, this blog post will explain how to construct a custom Lightning Web Component tab. As we all know the <component>.js-meta.xml configuration file defines the metadata values for the component. To define lightning tab, add… Read More »

How to set cookies in HTTP Callout (APEX Salesforce)

We were planning on adding one more integration between Salesforce and an Online ERP system. As part of our R&D process, we were trying to connect and retrieve a sample data from Online ERP. But the ERP systems web services works little differently than other. Here, in addition we needed to assign the cookie information… Read More »

How to Activate and Add Salesforce Lightning component on Community experience

In this blog, we will discuss how to create and activate the Community experience in Salesforce. Salesforce provides the framework in which you can manage or build a custom portal for a specific set of customers, partners, and employees. It will give a rich interface for the brand management and customer portal also user can… Read More »

Salesforce Webservice Patch Method – HTTP PATCH verb in Salesforce

One of the awaited features that we were looking from Salesforce technical team is HTTP PATCH verb. Our product GUMU™ Integration deals with various web services as a part of integration with ERPs. Posting huge records with lots of ERP data was causing unnecessary performance issue with PUT verb. In other words, we are able to… Read More »

Salesforce Sage Integration just got Smarter with 5 New Features!

Salesforce is the #1 Cloud CRM solution with the core modules like customer service, marketing automation, analytics, and application development services. While on the other hand, Sage ERP manages business processes such as accounting, procurement, project management, risk management, compliance and supply chain operations. An integrated ERP – CRM system provides control and organisation of… Read More »

Salesforce Tips – Dynamically Pass Parameters to Run Reports

This blog will guide a user on how to pass parameters a run-time on Report and invoke the report through custom link or custom button. Dynamic reports let users analyse the data for particular records whose parameters have been passed through URL. Read More: Salesforce – Sage ERP Integration For e.g.: Let’s consider a scenario… Read More »

Creating Webservices using sites in Salesforce and access as REST API

The Salesforce REST API is a powerful web service that lets you integrate Salesforce applications using standard HTTP methods. This can then be used to integrate Salesforce with Sage ERP. With help of Apex REST, we can expose the data from Salesforce orgs and we can also fetch data from other systems which hits the… Read More »