You need to sign in to do that
Don't have an account?
Steven Vawdrey 13
How can I stop a Lead fomula field from calculating when the lead has been converted?
I have a fomula field on the Lead object that calculates the number of days a lead is in a specific queue. If the Lead is converted, we want to stop the formula field from counting and preserve the last number displayed (mapped to the contact record upon conversion. Is this possible?
IF(IsConverted, ConvertedDate-CreatedDate, Today-CreatedDate)
Also, once a Lead is converted, it becomes unavailable on the standard Salesforce user interface and is accessible through queries or for reporting.
Please do not forget to mark this thread as SOLVED if it helps address your issue.