Quick summary
- Add a new client only after confirming it is not already present under a variant name.
- Fill enough contact detail that downstream teams can work without reopening setup.
The client creation form for adding a new customer record before project work begins.
Use this form to create a clean record the first time or safely update an existing one without guessing which field drives downstream behavior.
Confirms whether you are creating or editing, gives you the back path, and is the quickest way to avoid updating the wrong record.
The form is grouped so you can complete one block at a time instead of hunting for every field in a single long screen.
Every required label tells you what must exist before the record can be saved; blank or invalid values should be corrected before moving on.
Use these messages as instructions, not warnings to dismiss. They tell you exactly which field blocks save and why.
Commits the record only after the form validates. Use it after reviewing every section because it is the action that changes workspace data.
Leaves the form and takes you back without finishing the workflow. Use it when you opened the wrong record or need to check related data first.
This is where you capture the name the rest of the workspace will use and search by.
Use accurate contacts because these values often drive documents and follow-up actions.
Any optional commercial fields should still be reviewed because they affect later work quality.