function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
.Net Development.Net Development 

How to retrieve/get "Convert Lead" screen details (Page details including Labels) ?

How to retrieve or get  "Convert Lead"  screen details (Page details including Labels) as "describeLayOut " format  by using Sales force API.?
SimplySfdcSimplySfdc

Hi,

 

You may need to call describesobject for particular object after convert lead.

 

sq

.Net Development.Net Development

Which object I need to call  for  describesobject method ?

i.e. What is the parameter for describesobject method  for getting "ConvertLayOut" Screen Layout????

SimplySfdcSimplySfdc

Account, Contact, Opportunity

.Net Development.Net Development

 I need to retrieve the highlighted fields from the "ConvertLead " Screen.

Refer the snapShot in the below URL:

http://www.imageurlhost.com/images/b86mre6c4qvrk8f9eyb_Convert-Lead-Screen.jpg

SuperfellSuperfell

This is not exposed in the api anywhere. the best you could do is to infer it from the ConvertLead data structure.

.Net Development.Net Development

Could you please Elaborate a little bit more on.. how to fetch the Label/Field details from Data Structure

by using API..?

Thanks in advance....

SimplySfdcSimplySfdc

Have you try to call describesobject and please check the return in DescribeSObjectResult.

 

sq

.Net Development.Net Development

"Convert Lead" is not a Standard Object ,So we can't use describesobject method for this.

Plz suggest how to fetch "Convert Lead" Screen data as Layout info ..???

MevinMevin

Hello,

 

Have you been able to retrieve the convert lead labels?

I need these labels; please let me know if you have found a solution

 

thanks