I have a requirement as below
converting a lead into contact with existing account during lead conversion
any help is highly appreciated.
3 件の回答
Hi Jaya,
This can be done through Apex triggers. You will have to write a trigger after update on leads to check the hidden field on salesforce - IsConverted.
Below resource link guide you on the trigger code.
http://blog.jeffdouglas.com/2009/02/13/enhancing-the-lead-convert-process-in-salesforce/
Please mark it as "Best Answer" right below the comment if it gives you idea regarding your solution, so that it will help others if they have similar issues in future.