Opportunity In-Kind Fair Market Value

How to create the Fair Market Value Flow with Step by Step Instructions if you don’t want to install a package

Configure Start Settings

  • Record Triggered Flow
  • Opportunity
  • Created or Updated
  • Formula Evaluates to True
  • Every time
  • Fast Field Updates
({!$Record.Amount} = 0 || ISBLANK({!$Record.Amount})) &&
{!$Record.RecordType.DeveloperName} = 'InKindGift' &&
NOT(ISBLANK({!$Record.npsp__Fair_Market_Value__c}))

Add Update Records Element

  • Name = Opportunity Copy FMV to Amount
  • Description = Copy the Opportunities Fair Market Value field to the Amount field
  • Use the oppt record that triggered the flow
  • Conditions - None
  • Set Field Values
    Amount <--- Triggering Opportunity > Fair Market Value
    

#Test and Activate


Back to top

NPSP Workflow Replacements is a tool built and maintained by a community of volunteers through the Open Source Commons program. This is not a Salesforce-owned product. If you need support, go to the Trailblazer Community Group.

This site uses Just the Docs, a documentation theme for Jekyll.