Skip to main content
Nintex Community Menu Bar

Apex Wrapper Class implementation Using DrawLoop Interfaces

  • May 15, 2019
  • 3 replies
  • 108 views

Hrishan3

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

DocFather_Ray
Nintex Employee
  • Nintex Employee
  • May 16, 2019

@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?


Hrishan3
  • Author
  • May 23, 2019
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.

lokeshThakur