I have a use case where I need to update multiple records of the same object type with a flow. I am scouring the internet, and have found multiple articles that are somewhat related... but not a simple, straightforward description of how to do a "simple" bulk update.
For example, lets say I wanted to create a flow that found every Lead with the last name "Smith" and updated a field called "Named_Smith__c" to TRUE
I know that I need to use some combo of a fast update, sObject collection variable, and assignment but can just not seem to figure this out.
Can anyone help?
Thanks,
John
2 risposte
Hi Jeff,
Sounds like you know what you need to do, just need a little nudge to get it moving! Here is a link that you should definitely bookmark and refer to often. It is a secret weapon for learning various items on the platform and it just so happens, there is a nice hands on guide for the Cloud Flow designer(aka Flow).
https://developer.salesforce.com/page/Force.com_workbook (https://developer.salesforce.com/page/Force.com_workbook" target="_blank)
Hope that helps and good luck my friend!
PS direct link to Flow workbook
http://www.salesforce.com/us/developer/docs/workbook_flow/workbook_flow.pdf (http://www.salesforce.com/us/developer/docs/workbook_flow/workbook_flow.pdf" target="_blank)