Salesforce Flow Best Practices : Salesforce Flow Design Patterns

preview_player
Показать описание
Salesforce Flow Design Patterns from Fundamentals to Mastery. In this session we will talk about top 10 Salesforce Flow best practices. We will talk about how to Implement one Flow per object and build subflow(s) to enhance the original Flow’s scope.
Рекомендации по теме
Комментарии
Автор

18:30 - best tip for me today. I came to the conclusion but it's good to have it confirmed by an expert ❤

djamburere
Автор

Awesome session! I love the fact that he was able to give examples from his experience for every slide! Superb Thanks a lot

kiranvrao
Автор

Flows need lot more way to go compared to powerful trigger.

But it will definitely replace trigger one day.

ragulhm
Автор

Just wanted to inform that subflows are not possible in before trigger, we might want to use trigger Metadata handler pattern.

ragulhm
Автор

Let's say we want to update a record that meets criteria when created or edited. If we have a node for new records and a separate node for after update we would have to either duplicate the update logic or put it into a subflow. We could also just have the criteria in the first decision, but that seems messier then what you have shown, especially if we also have records that only need to update on create. Do you have any recommendations or is duplicate logic something we just have to consider?

jaredalwyn
Автор

To replace SF Workflows' "Time-Dependent Workflow Actions" (e.g. send a task 4 hours after trigger date, send an email 90 days after trigger date) - we have to use Flows' Scheduled Path.

How does "Scheduled Path" fit into the framework proposed in this video?
The Handler flow is a Sub-flow, and cannot have Scheduled Path added to it.

kiryuha
Автор

If we don't use entry criteria and use decision element inside flow then it will create unwanted flow interview instance for the all records which we don't want to run the flow. Is my understanding right?

sachinchavan-me
Автор

I haven't used it. But I know what are Custom Permissions & how to use

mohitk
Автор

recordtypeid was hardcoded in process builder for adding condition before action is fired. There was no option to select Recordtype Name instead of value.

supercooltechy
Автор

you cannot call a subflow on a record-triggered before save flow

jaiaswani
Автор

Can any one post complete syllabus of admin, just topic names I need

ggywzjy
Автор

Salesforce flow best practices: use Apex

chethelesser