Category Archives: Salesforce Services

How to Create Custom field in Salesforce using postman REST API

In this blog will show you how to How to Create Custom field in Salesforce using postman REST API. For this blog we take Opportunity object as reference. Firstly, you have to create connected app in Salesforce. Now let’s See How to Create Custom field in Salesforce using postman REST API. Before start take note… Read More »

How does GUMU™ for Salesforce – Sage Intacct Integration help Non-Profits to drive efficiency & growth?

Relationships are the backbone of Non-Profit organizations. But unfortunately, it’s harder for Non-Profits to retain their relations with donors & sponsors for a long-time due to low visibility across the institution. Hence, using GUMU™ for Salesforce – Sage Intacct Integration gives you an eagle eye throughout your organization by improving visibility & simplifying processes. The… Read More »

GUMU™ – A Game Changer in Salesforce – Sage ERP Integration

What makes GUMU™ the best integrator? Salesforce is the most trusted customer relationship management (CRM) platform in today’s world of CRM & ERP. It’s a prime CRM platform that assists businesses in unifying diverse processes like marketing, sales, commerce, and services to provide unparalleled client experiences. So, are you a Salesforce user and haven’t integrated… Read More »

How to Get List of Apex Class by using Apex typeImplementor

It was very tedious apex code to get the List of Apex classes with specific Implementation class. Now Salesforce team is providing the “ApexTypeImplementor” feature. Really, we were waiting eagerly for this feature to arrive and From Spring 23 this feature will be generally available. ApexTypeImplementor Usage Below is a sample code to retrieve the… Read More »

How to Restrict the System Administrator to “Edit the Read-Only Field” in Salesforce.

This blog will discuss restricting the System Administrator from editing the “Read-Only” Field. System Administrator is one standard profile that provides access to every system’s functionality. Restriction for the Administrator is made possible through the set of privileges and permissions that this profile has, and one such permission is the ability to edit read-only fields.… Read More »

How to Send an Email to a Quote Owner

In this blog, we are going to discuss ”How to send an email to a quote Owner”. Emailing a Quote in Salesforce for the customers is done for the approval process from the customers. The quote must be approved by the customers. Emailing a quote is done by attaching a PDF Quote to the customer’s or… Read More »

Navigation Service in LWC

In this blog, we are going to discuss “Navigation Service in LWC” which is used to create a new account from an Account record page. This is not just limited to creating a new account you can perform various other tasks with it like going to the account list view, Creating a contact from the… Read More »

How to Use Static Resources In LWC

You will learn more about static resources and their applications in Salesforce by reading our blog post on “How to Use Static Resources In LWC.” Generally speaking, static resources let you upload files (like.zip and.jar archives), graphics, and style sheets that you may use as references on a Visualforce page. Steps on “How to Use… Read More »