Override qualify button

Hello!

 

I have a big problem. 

 

The core process: "Lead management" starts whenever the stage is changed on Lead or when I click on "Qualify". I want it to work only if I press the button but not when the stage changes.

 

I wanted to override the function that calls that process, but I can't really find it. I tried like this, but it doesn't work.

 

Does anybody know where I can override the main function of the "Qualify" button so that I can start a custom process from there and to deactivate the "Lead management" process?

 

Thank you!

Like 0

Like

2 comments
Best reply

Ghiu Diana Stefania,



You can find the button in two places one in Section page and another one in Edit page.

 

1. In section Page (LeadSectionV2)-onLeadManagementSectionButtonClick()
2. In Edit page (LeadPAgeV2) - onLeadManagementButtonClick() 

Ghiu Diana Stefania,



You can find the button in two places one in Section page and another one in Edit page.

 

1. In section Page (LeadSectionV2)-onLeadManagementSectionButtonClick()
2. In Edit page (LeadPAgeV2) - onLeadManagementButtonClick() 

Bhoobalan Palanivelu,

if we click the button it pass always from the first lead stage to the third one (handoff to sales).When can we see the logic for this button because this lead should complete some criterias to pass in the handoff sales after clicking this button

Show all comments