Skip to main content
I'm looking for a way to auto-send by email the latest pdf quote to an internal group when the related opportunity is Won.

 

Any suggestion?

 

Thanks 
답변 3개
  1. 2017년 3월 23일 오후 3:45
    Mimma, you are looking at custom development here. Now you could do 10-20% config and 80-90% development here by building something of this sort:

     

    1. Create a Process that fires when Opportunity is Won

     

    2. Have the Process fire Invocable apex which queries the Quote object and all related QuotePDF's for the latest PDF quote and then sends it as an attachment to the recipients.

     

    You would definitely need developer assistance for this.
0/9000