Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Salesforce by (13.1k points)
edited by
Is there any way to create an editable formula field in an object? Is it possible to do that?

Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)
edited by

Actually, formula field are non editable. But, one way to do that using "override" function. Below is the formula:

IF(ISBLANK(OverrideField), "Formula value here", OverrideField)

You have to change the tag stated "Formula value here" as per the requirement you have for an expression.

I hope this will work.

Want to become a Salesforce expert? join Salesforce Training now!!

Browse Categories

...