Blogs
-
Accessing JSON Values In Apex
-
How To Utilize URLs For Connection Between Two Community Pages
In this blog post, we will explore the process of using URLs to establish connections between two community pages. In this scenario, an input parameter is incorporated into the community link. To achieve this, follow the instructions outlined below: Step 1: Developing Community Pages We must develop the initial community pages. We will create two…
-
How To Create Custom Picklist Fields Using Salesforce Metadata API
In this blog post, we will guide you through the steps to achieve this. Prerequisites: Before starting, ensure that you have the following: Step 1: Establish a Metadata Service Instance The first step is to create an instance of the MetadataService.MetadataPort class. This class provides methods for creating, reading, updating, and deleting metadata components. The…