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
wbrproductionswbrproductions 

Convert Case to Account -- Account Name lookup

Hello,

 

I'm working on a project to allow conversion of Cases to Accounts, Contacts and Opportunities. From the default Lead Detail page, there's a convert button that opens the Lead Conversion page, which contains a combination drop-down, lookup and view control for Account Name. The Account Name dropdown is a fuzzy match on the Lead Account Name field, then allows either a lookup or a view of the selected Account.

 

Has anyone tried to replicate this set of controls for other objects? I'd like build the same control for Cases, but not sure where to start. Screenshot of the control in question attached.

 

Thanks,

Brian

 

Convert Lead

sfdcfoxsfdcfox

You'd need a Visualforce page, a custom controller... not terribly difficult, if you ask me. I've not personally done it, but it is feasible. Note that there are some limitations, such as an inability to "archive" the case after conversion (such as converted leads).

Navatar_DbSupNavatar_DbSup

Hi,


You can do this through your custom page. You have to design the similar VF page with custom controller.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.