"Convert" Case into an Opportunity

Hey good folks!

Scenari: Case is created from an email from client. It happens to also include a sales opportunity.

Best way to "convert" (well, actually create an Opportunity from the case and copy the email over to that Opportunity) it to an Opportunity without too much/any coding?

Workflows depend on criteria but in this use case, a human needs to decide so...

Thanks,

KGM

Parents
  • Hi Kristjan Geir Mathiesen 

    If your CRM is ENT then you can easily accomplish that through Process Author.

    You just need to create a custom field (checkbox maybe) which should trigger a workflow on Cases which will create an Opportunity and copy some fields accordingly. Eventually you can conditionally define the visibility of such field depending on some Case's data.

    Under PRO you can do same, but triggering a LogicHook before_save instead.

    Good luck!

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • Hi Kristjan Geir Mathiesen 

    If your CRM is ENT then you can easily accomplish that through Process Author.

    You just need to create a custom field (checkbox maybe) which should trigger a workflow on Cases which will create an Opportunity and copy some fields accordingly. Eventually you can conditionally define the visibility of such field depending on some Case's data.

    Under PRO you can do same, but triggering a LogicHook before_save instead.

    Good luck!

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children