Is it possible for custom formulas to get out-of-date?
Jun 10, 2005No. Custom formulas are recalculated with each request, so they are guaranteed to always be up-to-date, whether viewed on tabs, list views, reports, or through the sforce API.
No. Custom formulas are recalculated with each request, so they are guaranteed to always be up-to-date, whether viewed on tabs, list views, reports, or through the sforce API.
I would like to create a custom formula to calculate the # of days until an opportunity closes, any ideas?
Posted by: Jamie | March 10, 2006 at 11:37 AM
Hi Jamie,
You can create a custom formula to calculate the # of days until an opportunity closes. In fact it's one of the examples given in a document on this website called "100 Ways to Use Formula Fields". Here's a link to the document:
http://www.crmsuccess.com/browse/content_detail.jsp?id=00630000002Hw5FAAS
Also, here is the example formula you're looking for from that document:
Days Left to Close:
Returns the number of days left to close
{!CloseDate} - TODAY()
Posted by: Scott | March 10, 2006 at 08:59 PM
Thank you Scott, I appreciate your help!
Posted by: Jamie | March 13, 2006 at 11:27 AM