Employee Center attachments: only 2/4 files show on the task; field-level attachment columns stay em
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
When the request is submitted from Employee Center with four attachments, only two files are visible after opening the created task record. The other two fields appear blank on the form and in the list (columns show empty).
Additionally, “Academic Transcript” appears twice—I can see two entries for it in the table fields pane and I also see an “Attach File” control on the form (screenshots attached).
Steps to reproduce
Submit the catalog item with four attachments (tax declaration, academic transcript, family status certificate, consent form).
Open the created Tuition fee request task.
Check the field-level attachment columns and the list view.
Observed behavior
Two attachments show up; the other two fields remain empty.
In the table definition I can see two “Academic Transcript” fields (both File Attachment) and on the form there is an “Attach File” control under the same label.
how to solve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @aikaterinik ,
The issue of missing attachments and duplicate "Academic Transcript" fields is likely due to:
In your table definition, you have duplicate fields with the same label (Academic Transcript).
Both are of type File Attachment.
That’s why the form shows two “Attach File” controls and why one of them remains blank (because the catalog item is writing to only one of them).
For the other blank fields, the catalog item variables may not be mapped correctly to the task record’s fields.
You can do the following to fix it:
Go to System Definition > Tables → open your Tuition fee request table.
Look under Columns and confirm the duplicates (two “Academic Transcript” fields).
Remove duplicate
Delete the extra column if it’s not used (preferred).
Verify variable → field mapping
Go to your Catalog Item (Tuition fee request).
Open the Variable Set / Variables for file attachments (e.g., Tax Declaration, Transcript, Consent Form).
In the Variable → Task field mapping (or Record Producer mappings depending on your setup), make sure each variable maps to the correct file attachment field.
Test again
Submit the request with four files.
Open the created task and check the form + list.
Each attachment should now populate the correct field.
Best practice tip: Always give unique labels and column names for attachment fields (e.g., income_tax_doc, academic_transcript_doc, consent_form_doc) to avoid collisions like this.
Hope this helps!
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you so much, I solved this with your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @aikaterinik ,
If my response helped, please mark it as the accepted solution so others can benefit as well.