What is a Reference Field? Introduction Reference fields represent relationships between objects of the same type, such as employees and their managers, and objects of different types, such as contacts and accounts. Procedure Do one of the following: The Add a Field or Field Group dialog appears and takes focus. In the Name field, type […]
In this blog, let us discuss how to capture and fetch those fields that are coming in the request profile from a Database table. First, let us see the payload that would be the request: { “requestCount”: 2, “requests”:[ { “studentId”: “abc”, “fields”: [“emailId”,”percentage”,”grade”,”firstName”,”lastName”,”studentId”,”branch”,”YearOfJoining”] }, { “studentId”: […]