Flow Builder Logic | Part 3 | Calculate Values in Variables and Formulas | Trailhead | Salesforce

Опубликовано: 16 Декабрь 2024
на канале: ApexSalesforceTutorials
204
1

Combine Texts Using the Assignment Element
Create a flow that adds "VIP" to the beginning of an account's description when a related opportunity has "VIP" in its name and the
opportunity is set to Closed Won
• Create a record-triggered flow:
• Object: Opportunity
• Trigger the Flow When: A record is updated
• Condition Requirements: All Conditions Are Met (AND)
• Add a condition:
• Field: StageName
• Operator: Equals
• Value: Closed Won
• Add another condition
• Field: Name
• Operator: Contains
• When to Run the Flow for Updated Records: Only when a record is updated to meet the condition requirements
Optimize the Flow for: Actions and Related Records

Please do Like, Subscribe, Comment, & Share with your fellow mates.

The content is for educational purposes and guidance for programmers.

#programming #code #