I’ve got a situation where a client has different types of “leads” that have different opportunity cycles.
I see I can create a “Sale” type module with module builder that creates an Opportunity type module. I’ve never created these types of modules before and am wondering what happens at conversion?
Can I convert lead type A => Opportunity Type A (custom module)
Lead type B => Opportunity Type B (custom module)
Is this easily accomplished or is it a major coding task?
I’ve added custom fields to the conversion layout before. Is it much harder to add other modules entirely to the conversion template?
I fear that a conversion from a custom module won’t work as completely as a conversion from a default module, I don’t think the conversion code is smart enough for that…
But this is one of those cases where you just need to test it. See what works and what doesn’t. Some of the code underneath might be customizable so you can fix whatever is missing.
See these two old PR’s I made that change conversion code to get an idea of which files are used: