• rosy_lenka
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

My requirement is to send a particular visualforce email template only when selected email template folder is:- "support-internal emails"(name of my folder in my instance)..., how is it possible through trigger and class

 

 

 

 

Thanks,

Rosy Lenka

 

 

hi all,

 

I have a requirement in which i am trying to show a table to the users. I need its format to be in different from the normal. For Example, below shown table is the normal format which we use to show values in table format.

 

S.No.First NameSecond NamePhoneCity
1ae123j
2bf456k
3cg789l
4dh987m
5ei654n

 

But i wann some format changes from the above shown table. i need the table formatted as table shown below.

 

S.No12345
FirstNameabcde
Second Namefghij
Phone132456798654312
Cityklmno

 

In which the column names should be formatted one by one (vertically) and its field values should be formatted in one after the other (horizantally). I wanna know how to format this and how to insert a radiobutton for the values inside the table..

 

i need suggestions and assistance to do this..

 

 

thanks,

abivenkat,

SFDC Learner