Actions
roos-fs tasks #290
openAdd Contact Name field to the Vehicle User form
Start date:
08/12/2025
Due date:
% Done:
0%
Estimated time:
3:00 h
Description
Currently there is no contact person name in the Vehicle User form, and that's a problem because Vehicle User can be a company and they can have many contacts, so specifying contact person name is important for the company contacts
The request is to add a Contact Person Name field to the Vehicle User form as optional.
Required Implementation:
Add it to this block in Vehicle User Create/Edit form:

- Field should be optional (no validation required for completion).
- Maximum length: 100 characters (to prevent excessive input).
- Include the field in Vehicle User create form
- Include the field in Vehicle User edit form
- Include the field in Vehicle User details view (read-only mode)
- Add same field to the import document, so it's possible to import new vehicle user with Contact Name Field as optional (so we can import data from files both with and without Contact Name Fields)
Expected Behavior:
- When creating or editing a Vehicle User, the Contact Person Name field is visible and can be left empty.
- If filled, the value is saved and displayed in the details view.
- Existing Vehicle Users remain unaffected (no mandatory updates).
- You can import data from files both with and without Contact Name Fields
Files
Actions