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
ZAMEER AHAMMADZAMEER AHAMMAD 

Trailhead Challenge for Visualforce workflow for Admin in Process Automation

Hi,
I need help I am actually doing a challenge for Visualforce workflow...

To pass this challenge you will need to create a flow that implements the business process of Account, Contact, and Opportunity data entry and place it on a Visualforce page.
The Flow will need to be called 'New Customer Flow'.
The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
The Flow should be invoked from a Visualforce page.
The Visualforce page should be called FlowPage.
The Visualforce page will need a component to reference the 'New Customer Flow' process.

Can u pls let me know if the below flow is right

User-added image

User-added image
 
Best Answer chosen by ZAMEER AHAMMAD
Nayana KNayana K

Create an opportunity field value pair screenshot
User-added image

change CloseDate as per your screenshot (1month from today)

All Answers

Nayana KNayana K

Create an opportunity field value pair screenshot
User-added image

change CloseDate as per your screenshot (1month from today)
This was selected as the best answer
ZAMEER AHAMMADZAMEER AHAMMAD
Thanks a lottttttt Nayana... It worked...
Nayana KNayana K
Please mark this as solved
ZAMEER AHAMMADZAMEER AHAMMAD
done