Apex Wrapper Class implementation Using DrawLoop Interfaces


Hi, I want to display different objects fileds of different recordtypes in DrawLoop word document using Apex(Salesforce).  Please help how to write a wrapper class to pick all the required fields under one list data type using Apex relationsips in Drawloop.


3 replies

@Hrishan3 Apex may not necessarily be required for the outcome you want. Can you attach an example of an output you'd like to produce with the app?

I want to display data from one salesforce object. It has 6 record types. Information needs to be showed as a output from every record types in one single table and replicate the rows using one recordtpye only.
Check this link "https://github.com/sdknintex/dl_apex_IApexDataSource_ExternalData"

Reply