Tag Archives: Salesforce

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 »

Promote Opportunity as Sales Invoice from Salesforce to Sage Intacct with GUMU™

This blog will discuss the new feature added to GUMU™ for Salesforce – Sage Intacct integration to Promote Opportunity as a Sales Invoice. With this feature, you can easily promote Opportunity from Salesforce to Sage Intacct as a Sales Invoice. Our product GUMU™ is enhanced with some new features like multi-entity import and promotion. In… Read More »

Configuring Location Entities From Sage Intacct in Salesforce with GUMU™

In this blog, we will discuss how to “Configure Location Entities” in Salesforce from Sage Intacct using GUMU™ for Salesforce – Sage ERP Integration. Sage Intacct has multi-entity support. An Entity represents a location, and it follows a hierarchical structure. For example, there’s a central entity termed “Top-Level” and all other entities are branches of… Read More »

New Functionality available in GUMU™ through GUMU™ Console

In this blog, we will discuss a few of the features available in GUMU™ through GUMU™ Console in GUMU™ Integration. The GUMU™ Console is the new feature in the GUMU™ integration. It’s entirely focused on the functionality of the GUMU™ Settings app, like import routine and Mapping purposes. This also indicates the Logs in a… Read More »

How to resolve ERROR [System.UnauthorizedAccessException: Access to the path is denied.] after installing GUMU™ Extension

In this blog, we will discuss how to resolve ERROR [System.UnauthorizedAccessException: Access to the path ‘C:\inetpub\wwwroot\GUMU_Extension\Log\LOG_2022-02-06.txt’ is denied.]. This error occurs after the installation of the GUMU™ Extension package for additional webservices processing that arent provide by Sage and the users need those for data processing as per their business need. GUMU Extensions – GetTableData… Read More »

How to Create Quick action button using lightning web component

In this blog, we will learn How to Create Quick action button using lightning web component. To create the quick action button in the salesforce we have to perform the following steps: Create the Js-Meta-Xml File using the following code. JS-META-XML File in lightning web component Open Salesforce and go to the setup->Click on Object… Read More »

Displaying Types of Toast Message in Lightning Web component

In this blog, we are going to discuss on Displaying Types of Toast Message in Lightning Web component which pops up an alert of Success, error, warning, and Info message for users. A Toast message simply provides information to alert users. Toast messages i.e., ShowToastEvent also support Experience Builder sites but are not supported in… Read More »

How to send CSV attachment in apex code

In this blog, we will discuss How to send csv attachment in apex code. Here, we are going to see how create a csv file with code and then we will send that file as attachment to the mail with the help of the apex code. Apex logic to send the csv attachment with mail:… Read More »

How to Create Multi-Select Pick-list Field Using Lightning Web Component

This blog will help you learn about creating Multi-Select pick-list field using Lightning Web Component thus allowing users to select multiple pick-list values in any standard Salesforce object field. To implement Multi-Select pick-list we need a very basic UI with two standard lightning web component: lightning-combo box lightning-pill To start with, we will use lightning-combo… Read More »

How to call the apex method in lightning web component

This blog will help you learn how to call the apex method in the lightning web component. To perform the functions written in the apex class to perform a specific task and create new business solutions. There are two ways to call Apex method from Lightning Web Component: Call apex method Using Wire services. Call… Read More »