function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Georgia2Georgia2 

Make a formula filed Required

I have a formula field in an Oppty I want to make required.

I have a look up field (Bill to Account) and the formula field (Billing Account ID)

The formula is below and the Billing Account ID is a Text, Unique, External ID field  The field is Read Only on the Oppty and I want to make it Required as well, but it does not allow me.

 

Bill_to_Account__r.Billing_Account_ID__c

 

Ideas?  Thanks

Steve :-/Steve :-/
I don't think you can make a formula field required (it's a Formula, so there's no user input as far as that field is concerned). But if the formula is being fed by other editable fields then you can make them required which will basically give you the same result.