Scenario: Quality Inspection Form
This scenario demonstrates a full form lifecycle for quality inspection records.
Scenario Goal
Create, publish, and use one inspection form for production-line checks.
Step 1: Design Draft Form
- Open Form Design module.
- Add fields:
- Equipment ID (text)
- Inspection Time (datetime)
- Status (dropdown: pass/fail)
- Notes (multiline text)
- Mark mandatory fields as required.
- Save as draft.
Step 2: Publish Release
- Open Release Form Design module.
- Select the draft and click release.
- Confirm no active-version conflict or accept controlled overwrite.
Step 3: Submit Data
- Open Form Data Store.
- Filter by released form.
- Add one test record and submit.
Step 4: Verify Result
- Query submitted record by time range.
- Open detail page and verify field values.
- Export or copy key fields as needed.
Common Pitfalls
- Required fields not configured, causing incomplete submissions.
- Draft edited after publish but not re-released.
- Wrong release version selected during data entry.