• Sfdc Project 17
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 7
    Replies
Hi all,

I want help in acheiving this.
OnClick of submit button , check if condition is true, then display "Hello World" inside popup    and if condition is false then display "please enter a review first" inside popup.

Please help someone
I want to create a email template in salesforce, which will send me mail
with a 'button in mail body' by clicking on button in my mail
i can redirect to a site(vf page) url?id=00345782ABC4327 from where i can edit my Contact and
save it, after saving it , a mail will be sent to account's owner again
about updation

Any help would be gratly appreciated.
I have the ID of contentVersion = 0697F000000lYE0
                         I want to download the file which has this ID , onclick of link
                         <apex:commandLink value="download"/>
                         what should i do to acheive above steps, please help me on this issue.
i have a list of data in String form, 
                                    Record Id, Name, Stage Name 
                                    "0067F000005RIcsQAG","Robert","Closed Won" 
                                    "0067F000005RIctQAG","James","Prospecting" 
                                    "0067F000005RIcuQAG","David","Qualification" 
                                    "0067F000005RMDIQA4","Kylie","Closed Won" 
                                    "0067F000005RMDJQA4","Ernie","Closed Won"
                                    
                                    Now, I want help in writing this data into a CSV file using apex and generate that csv file automatically

Any help would be greatly appreciated
I want to create a VF Page compatible in Lightning to allow user to upsert the opportunity records in salesforce
using the excel sheets(csv file),
please help
Hi all,

I want help in acheiving this.
OnClick of submit button , check if condition is true, then display "Hello World" inside popup    and if condition is false then display "please enter a review first" inside popup.

Please help someone
I want to create a email template in salesforce, which will send me mail
with a 'button in mail body' by clicking on button in my mail
i can redirect to a site(vf page) url?id=00345782ABC4327 from where i can edit my Contact and
save it, after saving it , a mail will be sent to account's owner again
about updation

Any help would be gratly appreciated.
I have the ID of contentVersion = 0697F000000lYE0
                         I want to download the file which has this ID , onclick of link
                         <apex:commandLink value="download"/>
                         what should i do to acheive above steps, please help me on this issue.
i have a list of data in String form, 
                                    Record Id, Name, Stage Name 
                                    "0067F000005RIcsQAG","Robert","Closed Won" 
                                    "0067F000005RIctQAG","James","Prospecting" 
                                    "0067F000005RIcuQAG","David","Qualification" 
                                    "0067F000005RMDIQA4","Kylie","Closed Won" 
                                    "0067F000005RMDJQA4","Ernie","Closed Won"
                                    
                                    Now, I want help in writing this data into a CSV file using apex and generate that csv file automatically

Any help would be greatly appreciated
I want to create a VF Page compatible in Lightning to allow user to upsert the opportunity records in salesforce
using the excel sheets(csv file),
please help