How to write Dynamic Soql Query .
Before going to code we learn about Dynamic Soql Query . Dynamic Soql: Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Sometimes we…
Before going to code we learn about Dynamic Soql Query . Dynamic Soql: Dynamic SOQL refers to the creation of a SOQL string at run time with Apex code. Sometimes we…
Requirement: Convert json Into Apex Wrapper Class Some times we need to convert json into apex code to perform some operation or to get data available in apex . So…