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
MohandaasMohandaas 

Open Lead Conversion page on a new window

Hi All,

 

Require your expert advise on this.

 

When I create/edit a lead record and click on save I want to open the lead conversion page in a new window if the  picklist Lead Status = 'Qualified'. The main aim is to open the lead conversion page without having to click convert button.

 

Please share your thoughts on this and the best possible way to implement the same.

 

Thanks.

bob_buzzardbob_buzzard

You could have some javascript in a sidebar component that scrapes the status from the page and opens the popup if appropriate.  The downside to this is that would happen if anyone viewed the page, rather just when it was saved.

MohandaasMohandaas

Has anyone implemented javascript in a sidebar component. Please help with a sample so I can learn.