Skip to main content
Pullata Praveen 님이 #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개
  1. 2025년 5월 19일 오전 6: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