• I am new to Salesforce.com
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 21
    Questions
  • 7
    Replies

public class LeadConvert {

public void writeRec()
{
Lead l = new Lead(LastName ='prasanth',company= 'infosys');
insert l;

Database.LeadConvert lc = new database.LeadConvert();
lc.setLeadId(l.id);

LeadStatus convertStatus = [SELECT Id, MasterLabel FROM LeadStatus WHERE IsConverted=true LIMIT 1];
lc.setConvertedStatus(convertStatus.MasterLabel);

Database.LeadConvertResult lcr = Database.convertLead(lc);
System.assert(lcr.isSuccess());
}


}

For example we have one java application(exsisting system)....by using dataloader how to migrate data Java to salesforce.com i need example plz provide answer for this

 

 

Thanks,

SFDC_Learner

 

Hi i am searching for job on salesforce.com(Experience)... Can any  one please  provide important concepts in salesforce.com(Interview purpose and Real time purpose) 

 

 

Thanks,

SFDC Learner

 

Can any tell me which is best blog for learning SFDC please tell me i need your's suggestions 

 

 

Thanks 

SFDC_Learner

Salesforce.com is a software-as-a-service company, that is now also offering platform-as-a-service...How to implemented these two  in salesforce ....i need implementation process ...

 

 

 

Thanks,

SFDC_Learner

How to implement Salesforce2Salesforce in salesforce.com...What is the use of Salesforce2Salesforce and Why Salesforce2Salesforce implementation.... 

 

 

Thanls,

SFDC_Learner

How many ways give the permissions to users...

 

 

 

Thanks,

SFDC_Learner

Explain Apex heap limit...

 

 

Thanks,

SFDC_Learner

Is it necessary to write Apex test classes for custom controllers...

 

 

 

Thanks,

SFDC_Learner

By using Visulaforce page it is there any  possibile display the charts..

 

 

Thanks,

SFDC_Learner

How to Connect Java to salesforce.com using WSDL..

 

 

 

Thanks,

SFDC_Learner

Where will be used Record Types..Explain with Examples

 

 

 

Thanks,

SFDC_Learner

I need Trigger example... When ever u entered city name in Account object that will automatically update on Contact object  by using trigger i need example code.

 

 

Thanks,

SFDC_Learner

How to pass Visualforce ID, one Visualforce page to another Visualforce page

 

 

Thanks 

SFDC_Learner

What is the need of Email Templates in salesforce? at what requirement we will using Email Templates? 

 

 

 

Thanks,

SFDC_Learner

What is functionality of visualforce?

 

 

 

Thanks

SFDC_Learner

 

 

What is the need of Test.start() and Test.stop() methods,without using these methods what  issue i will get?

 

 

 

Thanks,

SFDC_Learner

 

How will you load data for a child object?

 

 

 

Thanks

SFDC_Learner

 

Can any one tell me Need Tutorials web links for learning SFDC.

 

 

Thanks

SFDC-Learner

Explain about Model-view-controller with example?

 

 

Thanks,

SFDC-Learner

Can any tell me which is best blog for learning SFDC please tell me i need your's suggestions 

 

 

Thanks 

SFDC_Learner

How to implement Salesforce2Salesforce in salesforce.com...What is the use of Salesforce2Salesforce and Why Salesforce2Salesforce implementation.... 

 

 

Thanls,

SFDC_Learner

Where will be used Record Types..Explain with Examples

 

 

 

Thanks,

SFDC_Learner

I need Trigger example... When ever u entered city name in Account object that will automatically update on Contact object  by using trigger i need example code.

 

 

Thanks,

SFDC_Learner

How to pass Visualforce ID, one Visualforce page to another Visualforce page

 

 

Thanks 

SFDC_Learner

What is the need of Email Templates in salesforce? at what requirement we will using Email Templates? 

 

 

 

Thanks,

SFDC_Learner