You need to sign in to do that
Don't have an account?

Setting Close Months to the last day of the month, 3 months from today.
We currently have a process automation set up that sets the Close Date or Opportunities to 90 days in the future using a simple formula.
TODAY() + 90
However, we've recently been asked to always set the Close Date to the last day of the month. I haven't been able to figure out a formula that can add the months, then determine the last day of the month,
Any help would be amazing!
TODAY() + 90
However, we've recently been asked to always set the Close Date to the last day of the month. I haven't been able to figure out a formula that can add the months, then determine the last day of the month,
Any help would be amazing!
Please use below code for your solution
if you need any assistanse, Please let me know!!
Kindly mark my solution as the best answer if it helps you.
Thanks
Mukesh
Thanks for passing that along! I entered the code as-is and it's throwing a syntax error.
Also, not sure if this will change anything, but I realized I was a little unclear on my ask. But the goal is to set the Close Date to the last day of the month three months into the future. (i.e. If it was created today, set Close date to Feb. 28, 2022.)
Thanks!
I'm still looking for a solution to the question above. Any insight or assistance would be greatly appreciated!