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
nelle3223nelle3223 

Help on a forumla

Hello,

I ahve a formula and cannot seem to figure out the problem.  I am wanting it to say: When the Stage (Picklist field) of the Opportunity equals Proposal in Development then Bid Defense Required field (Picklist field) needs to be updated.
Here is what i have so far:
AND(
ISPICKVAL(StageName, "Proposal in Development")),
ISPICKVAL( Bid_Defense_Required__c, "")