Explain apex Variable tag with an example?

932    Asked by DorothyChurchill in Salesforce , Asked on Jan 12, 2020
Answered by Vikram Choudhary

public class apexVariableExample {

public List getShowAccount(){

List lstAcc=new List([select id,name,rating,industry,(select name from contacts) from Account where rating!=null]);

 return lstAcc;

    }

}



   

   

   

           

                {!i}

               

           

           

       

         

           

       

         

               {!x}

               

           

           

       

   




Your Answer

Answers (4)

I’ll walk you through why HCTRA is a game-changer for Houston commuters. From mastering your HCTRA customer login to navigating toll roads like Sam Houston Tollway, we’ve covered it all: HCTRA Login, Sign Up Procedure, EZ TAG Application, Login Problems, Account Management, Toll Violations, Payment Options, Regional Transportation, and About HCTRA Official Website

2 Weeks
advanced AI Email Generator analyzes your input to understand context, tone, and intent, ensuring each email perfectly matches your communication goals.
2 Months

If possible I will find out more geometry dash meltdown to provide a more complete answer for you.

7 Months

Sorry are these lines of your code missing or broken? I tried it but it didn't work from melon sandbox

1 Year

Interviews

Parent Categories