Converting custom modules

Is it possible to “convert” custom modules?

ie If I wanted to create an additional “Prospects” module that would convert to a “Buyer”

How would you do that?

You would have to add a button to the additional “Prospects” module and then write a php script (e.g a new action in the modules controller) that executes when the button is pressed and copies over the data to the buyers module.

hi czuniga

did you manage to solve this?