Tag Archives: Record

Comprehensive approach for back updating mapped data from Salesforce to Sage Intacct after Importing records

In this blog, we’ll explore a comprehensive approach back updating mapped data from Salesforce to Sage Intacct, using a record-triggered flow. Maintaining the integrity and accuracy of data between Salesforce and Sage Intacct is essential. We will focus on a specific scenario: updating Account records in Salesforce one minute after their creation or update to… 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 »

Displaying Related List based on User Profile in Lightning Experience

In this blog, will see how to provide permission to view the related list in Lightning experience. This can be done using Lightning App builder without writing a single line of code. Consider the scenario where you want only “System Administrator” Profile should be able to view the Opportunities related to the Account. To make… Read More »