Question

Lead Management process call.

When a lead is created "Lead Management" process is called, wanted to know where this call is initiated. So that I can call this when a lead is created from mobile app. Thanks in advance. 

Like 0

Like

1 comments

Hello,

 

The lead management process is called upon clicking the "Qualify" button on the lead page:

The logic of the button is stored on the LeadPageV2 schema:

The onLeadManagementButtonClick method is a part of LeadManagementUtilities and you can also study the implementation of the process call there.

 

Best regards,

Oscar

Show all comments