• yuvraj.chaudhari88@gmail.com
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 0
    Replies
Error- Error Generated by request::An internal server error has occured while processing your request.
Url: https://www.salesforce.com/services/Soap/c/16.0"
Exception Code:500
what will be the output data type of the following SOQL query and write a code snip name of first opportunity returned by the quary.
FIND'map'IN ALL FIELDS RETURNING Account(id,name),contact,oppurtunity,lead.

write an SOQL to fetch all the opportunities where more than one record exist with same mame and name contain "ABC"
create a page which will have some fields from contact object alog with those fields add a custome dependant pick list, using apex and visualforce, on form. provide a save button. when user clicks on save button, create contact record and navigate user to new page having saved contacts fields as read only. copy business fields from corresponding account record to contact while saving note: > use first name, last name, email, phone fields from contact. >add any values in pick list >use picklist 1, picklist2 field to store pick list values. >use triggers to copy address functionality