Blogs
-
Accessing custom labels dynamically in Apex
Goals Upon reading this blog, you will gain the ability to: Apex Script to Access Custom Labels Dynamically Salesforce has released following option: To access the Developer Console, click on Setup, and then select “Developer Console.” In the Developer Console, I will utilize the “Execute Anonymous Apex” tool to run the Apex code. An “anonymous…
-
Run Assignment Rule While Creating Lead or Case
With help of “Database.DMLOptions” standard class, we can achieve the requirement as below: Lead Example Case Example
-
Integrate screen flows within a Lightning Web Component
Last Updated on July 25, 2023 by Ayub Ansari . Big Idea or Enduring Question: Objectives: After reading this blog, you’ll be able to: Business Scenario or Business Case: Auraan, a Junior Developer at Tenetizer on Cloud (GoC), has been assigned a business requirement to create an LWC component with the following features: The approach taken by…