• Alex Andrade
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi everyone,

Nowadays we've a trigger that fires an email to alert to send a survey to the customer 15 days after opportunity is Closed > Won. The next procedure we have is to go to google forms, send the surveys, get response/responses and import csv via dataloader. It's a simple survey with a 1 to 10 radio button field and a comments text area.

Already created in the Opportunity object, 2 custom fields (OPP Survey rating and OPP Survey comments), and we want to get those fields automaticaly populated once the person who received the survey responds to it.

Which is the best way to accomplish the above mentioned scenario?

Thanks in advance for any ideas.




 
Hi everyone,

Nowadays we've a trigger that fires an email to alert to send a survey to the customer 15 days after opportunity is Closed > Won. The next procedure we have is to go to google forms, send the surveys, get response/responses and import csv via dataloader. It's a simple survey with a 1 to 10 radio button field and a comments text area.

Already created in the Opportunity object, 2 custom fields (OPP Survey rating and OPP Survey comments), and we want to get those fields automaticaly populated once the person who received the survey responds to it.

Which is the best way to accomplish the above mentioned scenario?

Thanks in advance for any ideas.