How to use Salesforce Flow in List View? | Salesforce Flow For Beginners

  Рет қаралды 10,427

Salesforce Geek

Salesforce Geek

Күн бұрын

Пікірлер: 42
@danilo-s-goncalves
@danilo-s-goncalves 10 күн бұрын
Amazing man. Very helpful
@SurajSharma-ei9iu
@SurajSharma-ei9iu Жыл бұрын
very usefull😊
@salesforcegeek
@salesforcegeek Жыл бұрын
❣️
@trent4152
@trent4152 Жыл бұрын
Thank you so much! Used this to have users claim intakes as their own and also assign them to other roles on our records :)
@salesforcegeek
@salesforcegeek Жыл бұрын
Amazing 🤩 Trent nice use of the concept ❤️
@babysamanwaya7620
@babysamanwaya7620 Жыл бұрын
Can this be used in Salesforce Lighting as we have used Button and Links
@salesforcegeek
@salesforcegeek Жыл бұрын
Yes this example is for lightning only
@sfdcakshul
@sfdcakshul Жыл бұрын
Informative 👍
@salesforcegeek
@salesforcegeek Жыл бұрын
❤️
@DadsUtub
@DadsUtub 11 ай бұрын
how we can take list view IDs dynamically ,as it will be difficult to deploy to higher org with hardcoded ids
@webslinger1327
@webslinger1327 Жыл бұрын
Great video dude! Well done! One question about the Finishing behaviour though. Since you are entering in the List view ID of the "All Open Cases" list view, you will always be redirected to that list view regardless of the List view you came from. So if a User creates their own custom list view and tried to close multiple cases, the end of the flow would direct them to a completely different list view. Is there anyway to make the redirect dynamic so that it directs the user to the list view they came from?
@salesforcegeek
@salesforcegeek Жыл бұрын
Nice Pick Carl! I need to give it a thought 💭 and try will create another video if I got anything
@guto93
@guto93 Жыл бұрын
Same thoughts here. If there is a way to pass the list view Id to the flow the navigation can be done there
@yuric2760
@yuric2760 Жыл бұрын
Hi, any updates on how to redirect back to the listview they were in?
@PaulKim-t9b
@PaulKim-t9b Жыл бұрын
how do you limit how many selections can be selected on list view?
@AllisonONeill-k8k
@AllisonONeill-k8k Жыл бұрын
how would I tack on 'get related records' of the selected record from list view and create clone(s)? for example, select 1 case, click button then a new case AND related contacts get cloned.
@JodieMiners
@JodieMiners 10 ай бұрын
Thank you, great content, I was able to follow along in real-time and get my update status button for a custom object created with no fuss. I did not do the retURL part however, due to the cross domain cookies issue, so for the few times they will use this, they can just hit back.
@salesforcegeek
@salesforcegeek 10 ай бұрын
Glad it helped!
@AllisonONeill-k8k
@AllisonONeill-k8k Жыл бұрын
What is the best way to ensure the page refreshes? Status is not updating until I manually refresh page.
@varunvz07
@varunvz07 Жыл бұрын
Is there anyway we prevent showing the Flow finished Screen ? Though it is just for few seconds...can that be avoided?
@salesforcegeek
@salesforcegeek Жыл бұрын
No I don’t think so Varun I’ll research about it not sure rn
@ghousepeershaik9880
@ghousepeershaik9880 Жыл бұрын
First view and first comment
@salesforcegeek
@salesforcegeek Жыл бұрын
❤️
@hemikayadav6244
@hemikayadav6244 Жыл бұрын
why we choose auto launched flow?
@salesforcegeek
@salesforcegeek Жыл бұрын
Because we want to update the owner in the backend but let’s say you want to give the option to user to select user whom they want to add as owner you can use screen flow
@hemikayadav6244
@hemikayadav6244 Жыл бұрын
@@salesforcegeek I wanted to know in the above example why we use this type(Utoluached no trigger)? and tell me in what conditions we can use this type of flow except processes, apex, and flows?
@salesforcegeek
@salesforcegeek Жыл бұрын
See here we have 2 choices either I want to change the owner by providing the user a selection screen or I add these to a particular user so no need of screen, at the same time if I need to show the end user to select the user to become the owner of the records I need to use screen flows.
@hemikayadav6244
@hemikayadav6244 Жыл бұрын
@@salesforcegeek I only want to know when do we use Autolaunched Flow(No trigger) And you told me about screen flow.
@salesforcegeek
@salesforcegeek Жыл бұрын
In most of the cases Subflows and the process which need to fired from a button click and don’t need a screen I told you about screen flow to let you know why we used autolaunch no trigger alrhough we can use screen as well to understand the difference.
@mr.masterclips7502
@mr.masterclips7502 Жыл бұрын
After watched this I have similar thought like why using a flow to update the case status value Simple create a button and add a case status field and add that button to list view layout in the UI select the records you want to close then click the button we created change the value
@salesforcegeek
@salesforcegeek Жыл бұрын
Implement it and then share it with me
@mr.masterclips7502
@mr.masterclips7502 Жыл бұрын
@@salesforcegeek I implement and how to share it bruh
@salesforcegeek
@salesforcegeek Жыл бұрын
Record it and share to salesforcegeek2019@gmail.com
@mr.masterclips7502
@mr.masterclips7502 Жыл бұрын
@@salesforcegeek kzbin.info/www/bejne/d5nQeJKLidKAnZI Posted in this link bruh check it
@MattSuellentrop
@MattSuellentrop Жыл бұрын
For some reason My Get Records is not fetching any records. Find all Case records where Id In {!recordId} (null) AND Status Does not equal Closed Store the values of these fields in Get_Cases: Status, Id Result Info Failed to find records. RecordId is the text variable I created for the first condition field and selected allow multiple values and available for input.
@salesforcegeek
@salesforcegeek Жыл бұрын
don't select multiple values when you select multiple values your text variable become a collection of text deselect it and give it a try
@MattSuellentrop
@MattSuellentrop Жыл бұрын
@@salesforcegeek at 2:05 you selected multiple values for yor Ids Variable
@MattSuellentrop
@MattSuellentrop Жыл бұрын
@@salesforcegeek Get Cases (Get_Cases) Get Records of This Object *Object Case Filter Case Records Condition Requirements All Conditions Are Met (AND) Field Id Operator In Value recordId AND Field Status Operator Does Not Equal Value Closed Sort Case Records Sort Order Not Sorted WarningIf you store only the first record, filter by a unique field, such as ID. How Many Records to Store Only the first record All records How to Store Record Data Automatically store all fields Choose fields and let Salesforce do the rest Choose fields and assign variables (advanced)
@muneerahmad5530
@muneerahmad5530 Жыл бұрын
The name of that variable should be "ids" not recordId
@charleslm9113
@charleslm9113 Жыл бұрын
Hello, have you solved this issue please ? I got the same at the moment and i don't know what to do ...
@bobbyrachuri5042
@bobbyrachuri5042 Жыл бұрын
Page is not redirect to list view after finish the flow. Here is the link. /flow/close_the_case?retUrl=/500?fcf=00B7F00000CxA0FUAV
How to create a Record Link in Salesforce Flow? | Salesforce Geek
12:54
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН
Интересно, какой он был в молодости
01:00
БЕЗУМНЫЙ СПОРТ
Рет қаралды 3,9 МЛН
List View Screen Flows in Salesforce
10:06
Rotive - Brian Hays
Рет қаралды 6 М.
How to pass SObject List to LWC from a Flow
14:55
Salesforce Techbook
Рет қаралды 7 М.
Lighting Mass Update Quick Action from List View - Salesforce How-to
5:40
Fostering - Salesforce Partner
Рет қаралды 28 М.
Flow Bulkification - Nora Nicklis (Certified Salesforce Trainer)
54:57
Trailblazers Berlin
Рет қаралды 5 М.
How to Update related records using Salesforce Flow
19:19
Salesforce Geek
Рет қаралды 40 М.
Subflows in Salesforce
13:45
Salesforce Apex Hours
Рет қаралды 6 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 54 МЛН