Skip to main content
Pullata Praveen ha fatto una domanda in #Salesforce Developer

I have used a below code to display in the table format for S-docs template. I want to pull the data in other html elements instead in <column>. Can we pull list in other elements?

<!--{{!<lineitemsSOQL><class>table123</class><soql>SELECT Account.Name, Account.Industry, Account.TypeFROM Opportunity</soql><column>Account.Name</column><column>Account.Industry</column><column>Account.Type</column></lineitemsSOQL>}}-->

@* Salesforce Developers *

 

 

#Salesforce Developer

2 risposte
  1. 19 mag 2025, 06:07

    Thanks for your reply but the above code is not working and i did not even found any articles in the S-docs where we can use forEach.  Can you please check and confirm you end and provide any other alternative option.

0/9000