-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
13Questions
-
5Replies
Email Templates in VF page
Hi I have to create a VF Page. In that page I have to display email template folders by using <apex:selectoptions>. After selecting the email template folder it should display the email template under that email template folder. We have a look up field in vf page displaying the Users available. After selecting the Users in the look-up field, the body of email-template containing {!User.Name} should get replaced by the user selected in the look-up field.
-
- Cheerag Vijaya
- November 15, 2016
- Like
- 0
- Continue reading or reply
Dynamic SOQL with Pagination using Standard Set Controller
Hi, I need to wite an Apex Class, in which I have to show the Accounts by entering their fields : Name or Phone or or Website or Combinaton. In each Page we need to display 5 records using standard set controller.
-
- Cheerag Vijaya
- October 21, 2016
- Like
- 0
- Continue reading or reply
Record Creation with a Button
Hi ! I have requirement . If I press a button, a new record should get created, if not existing with that 'Name'. If a record exists with that 'Name' , this should redirect to that old record wih the same 'Name'.
-
- Cheerag Vijaya
- October 18, 2016
- Like
- 0
- Continue reading or reply
Dynamic SOQL Query Search
Hi! I need to write a code using dynamic SOQL query that if I enter either an Account's Name or Phone or Website (any of the three) that Account should be displayed.
-
- Cheerag Vijaya
- October 18, 2016
- Like
- 0
- Continue reading or reply
Send e-mail
Hi! When I click a button on the VF page, I need to send e-mail to 4 members and the e-mail body should be same for all the 4 members. What can I do ?
-
- Cheerag Vijaya
- September 18, 2016
- Like
- 0
- Continue reading or reply
Send Mail To 4 Persons
Hi! When I click a button on the VF page, I need to send e-mail to 4 members and the e-mail body should be same for all the 4 members.
-
- Cheerag Vijaya
- September 18, 2016
- Like
- 0
- Continue reading or reply
Wrapper Class with Pagination
Hi ! I need to write a wrapper class to display records of an account with a checkbox. Along with the list of records I need to have 'next' & 'previous' buttons. In the same page I need to display the list of Accounts selected immediately whenever they are selected.
-
- Cheerag Vijaya
- September 17, 2016
- Like
- 1
- Continue reading or reply
Wrapper Class for changing the OwnerId of Acounts, Contacts, Opportunities
Hi, I need to write a wrapper class to change the OwnerId of Account, Contact, Opportunity by a look-up field - selecting the User in the vf page through the lookup field
-
- Cheerag Vijaya
- September 12, 2016
- Like
- 0
- Continue reading or reply
Cloning
I need to create a button in vf page through apex code so that all the details of account and its - contact, opportunity , activity details are replicated - so that an other account gets created with the same account, contact , opportunity , activity details.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
-
- Cheerag Vijaya
- September 10, 2016
- Like
- 0
- Continue reading or reply
Clone Button in VF Page for Replication
I need to create a button in vf page through apex code so that all the details of account and its - contact, opportunity , activity details are replicated - so that an other account gets created with the same account, contact , opportunity , activity details.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
-
- Cheerag Vijaya
- September 10, 2016
- Like
- 0
- Continue reading or reply
Triggers for Cloning
Hi I need to write a trigger to clone to create an other account with the same existing account details - it's corresponding contact, opportunity, activity details like creating duplicates(or replica)
-
- Cheerag Vijaya
- September 09, 2016
- Like
- 0
- Continue reading or reply
Wrapper Class With Look Up field
Hi, I need to write a wrapper class that displays a list of Accounts, Contacts, Opportunities. On clicking on the look-up field it should display the available Users. After selecting them , the Owner has to get changed for Accounts, Contacts, Opportunities.
-
- Cheerag Vijaya
- September 07, 2016
- Like
- 0
- Continue reading or reply
Sending Mail to Contacts
Hi, I need to write a trigger by which whenever a Contact is created, an email must be sent to the mail-id we specify. In that mail there should be :
Contact Details : 1.First Name. 2.LastName, 3.Account , 4.Content Like : "Hi , an Acc. is created bla bla bla......"
Contact Details : 1.First Name. 2.LastName, 3.Account , 4.Content Like : "Hi , an Acc. is created bla bla bla......"
-
- Cheerag Vijaya
- September 01, 2016
- Like
- 0
- Continue reading or reply
Wrapper Class with Pagination
Hi ! I need to write a wrapper class to display records of an account with a checkbox. Along with the list of records I need to have 'next' & 'previous' buttons. In the same page I need to display the list of Accounts selected immediately whenever they are selected.
-
- Cheerag Vijaya
- September 17, 2016
- Like
- 1
- Continue reading or reply
Record Creation with a Button
Hi ! I have requirement . If I press a button, a new record should get created, if not existing with that 'Name'. If a record exists with that 'Name' , this should redirect to that old record wih the same 'Name'.
- Cheerag Vijaya
- October 18, 2016
- Like
- 0
- Continue reading or reply
Dynamic SOQL Query Search
Hi! I need to write a code using dynamic SOQL query that if I enter either an Account's Name or Phone or Website (any of the three) that Account should be displayed.
- Cheerag Vijaya
- October 18, 2016
- Like
- 0
- Continue reading or reply
Clone Button in VF Page for Replication
I need to create a button in vf page through apex code so that all the details of account and its - contact, opportunity , activity details are replicated - so that an other account gets created with the same account, contact , opportunity , activity details.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
For ex., I create an account and contacts and opportunity and activity for that account . By clicking a button on vf page called - 'Clone' an other account should get created with the same contact, opp., activities. - 'A button for Replication'. It should be done clone method.
- Cheerag Vijaya
- September 10, 2016
- Like
- 0
- Continue reading or reply
Triggers for Cloning
Hi I need to write a trigger to clone to create an other account with the same existing account details - it's corresponding contact, opportunity, activity details like creating duplicates(or replica)
- Cheerag Vijaya
- September 09, 2016
- Like
- 0
- Continue reading or reply
Sending Mail to Contacts
Hi, I need to write a trigger by which whenever a Contact is created, an email must be sent to the mail-id we specify. In that mail there should be :
Contact Details : 1.First Name. 2.LastName, 3.Account , 4.Content Like : "Hi , an Acc. is created bla bla bla......"
Contact Details : 1.First Name. 2.LastName, 3.Account , 4.Content Like : "Hi , an Acc. is created bla bla bla......"
- Cheerag Vijaya
- September 01, 2016
- Like
- 0
- Continue reading or reply