Author Archives: Greytrix

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 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: Calling apex method using wire services in… Read More »

How to resolve ERROR [The Sales Tax Reporting check box has not been selected in the Accounts Receivable Options window. (Bad Request)] encountered while promoting order from Salesforce to Sage 100 ERP

In this blog, we will learn how a User can resolve the “Sales Tax Reporting check box has not been selected in the Accounts Receivable Options window” error encountered while Promoting Orders from Salesforce to Sage 100 ERP. Refer to the below error image : Sales Tax Reporting Error Image What is Sales Tax Reporting?… Read More »

How to create records from Apex Restful Service in Salesforce

In this blog, we will learn how to use Apex Restful service to create salesforce records. We will use Workbench to call the apex restful service to perform this procedure.  Step 1. Firstly, Login to the Workbench by using your salesforce org. For instance, use this link to login into Workbench Login-workbench Now, select the… Read More »

How To Create A Quote Template In Salesforce?

This blog will discuss how a user can create a Quote Template in Salesforce. Below are the steps to create a Quote Template in Salesforce: – Firstly, log in to your Salesforce Org. Secondly, go to Setup and Enter Templates in the Quick Find Box. In addition, click on “Quote Templates” in the Lightning Experience.… Read More »

How to call an APEX Class from a Screen-Flow

This blog post will go over how to use a Screen Flow to call an Apex class using a straightforward example. The Screen Flow generated in this example has three variables that we have created. Initially, recordId is configured to be available for both input and output. 1. RecordId Variable The second variable that we… Read More »

How to resolve ERROR [PVX data deserialization failed.] encountered while promoting data from Salesforce to Sage 100 ERP

Due to unpredictable reasons, we often encounter numerous errors while Promoting records to Sage. Some are known, and some are not, since not everyone has wisdom about the mistakes encountered on the screen. In this blog, we focus on understanding the basic troubleshooting steps to perform if ERROR [PVX data deserialization failed.] occurs while promoting… Read More »