06-16-2009 11:45 PM
Hi
I need to add one validation in button click event of convert lead in lead detail screen so that it should prompt to make user to fill one more field. Just like it is prompting for Company name in core functionality. For this i have written a business rule and trying to implement the both(core and custom business rules) but at one time only one business rule is becoming active.Please kindly suggest what is the best way to do this.
Thanks in advance
Regards,
Vamsi Inguva
Solved! Go to Solution.
06-23-2009 03:06 AM
Hi
I got solution for this issue. I am calling C# code instead of dialog action on success of business rule on the button click event and in that code i am adding my validations in "if case" and calling dialog of "convert lead" in "else" condition
Regards,
Vamsi Inguva