function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rasmita Sahoo 11Rasmita Sahoo 11 

Screen Flow to create account or contact or both

Create a ScreenFlow to create account or contact or both based on a given choice.
PriyaPriya (Salesforce Developers) 
Hi Rasmita,

Follow the below steps to create Screen flow for Account creation :

1. Go to Setup --> Flow --> Screen Flow
2. Then drag text field to the screen and give it a name like "Account Name"
3. Then drag text field to the screen and give it a name like "Account Number"
4. Like step 3/4 include all the required fields to the screen
5. Once Screen is ready then Save the screen
6. Then click on the Plus to Add the "Create Record" from the data section
7. Select the Account Object in object field
8. Map all the fields of created in screen to the field of Account.
9. Save the flow and activate and test.

Also refer this video which has explained the exacts steps of creating the Screen flow for creating Account.
 

Kindly mark it as the best answer if it works for you.

 

Thanks & Regards,

Priya Ranjan


 
Rasmita Sahoo 11Rasmita Sahoo 11
No the question is different. Not only Account . The question is Create a ScreenFlow to create account or contact or both based on a given choice.