Solved
Send yearly survey for multi-year deals
Lets see if anyone can think of a solution to this. Some of our customers have multi-year deals (which can span from 13 month to more than 60 months) and one of our teams want to send these customers a special survey the day in which their opportunity started. Notice I said when the opportunity started and not the "Customer Since" field. So, when I build the rules to get the recipients, how can I check current date with their opportunity start date? Considering opportunity start date contains the year, I can't just compare it with rule date. Transformation policies seems not to work for this either (or maybe I haven't noticed how to do it). Any ideas?
Thanks!
M
Thanks!
M
Best answer by seth
You could create formula checkbox fields on Opportunity:
(But also add a criteria for start_date_c < Rule Date, so they don't get the survey on the first day of their contract.)
Don't take my word on those exact formulas, though. You might need to do an IF statement if you want to account for corner-cases where the start date is null.
View original- Does the month of the year of the start date equal the month of the year of today?MONTH( start_date_c ) = MONTH( TODAY() )
- Does the day of the month of the start date equal the day of the month of today?DAY( start_date_c ) = DAY( TODAY() )
(But also add a criteria for start_date_c < Rule Date, so they don't get the survey on the first day of their contract.)
Don't take my word on those exact formulas, though. You might need to do an IF statement if you want to account for corner-cases where the start date is null.
Reply
Sign up
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Welcome to the Gainsight Community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.