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
Prashant GulvePrashant Gulve 

In LWC on acct obj there is 1 inputfiled CreateContact which !=0 but default value should be 1 & user can make changes,once user enter 3 in create contact as per that progress indicator will increased & on contact obj 3 contact record form will get opened

1. There should be series of progress indicators in a single lightning page which shall reside behind a tab.
2. Each progress indicator shall have a separate lwc component
3. First progress indicator should have input fields which shall accept basic Account details. On save Account should be created and should be redirected to next progress indicator screen, on cancel we should be redirect to home page.
4. This same progress indicator shall have an extra input field which shall accept number of contact records to be created for the Account. Meaning atleast 1 should be default value for this that means at least 1 contact progress indicator should be present.
5. Next progress indicators will be dependent on the number of contact records input:
           1. Each screen on this shall accept basic contact fields. On save Contact should be created and associated to Account and should be redirected to next progress indicator.
6. When all the contacts are created, we need to have a last progress indicator which shall accept each file input per Contact. Save these files below the Contact.
7-There will be finish button on the progress indicator present on the file progress indicator. On click of finish, we should be redirected to Account Detail page of the account which was created as part of step 
please help me to complete this task