- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 09:09 PM
Hi,
On the form screen, there is a field of type "File Attachment".
(This is the area circled in red.)
When I click on the "UPDATE" button in this field, nothing happens. (The screen to select the attachment cannot be displayed).
What are the possible causes?
Also, how can I investigate the cause?
Solved! Go to Solution.
- Labels:
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 12:51 AM
Better to contact Now Support. It seems to be a particular problem that I can't replicate.
One thing that can be tried is to create a attachment field to see if the problem exists on that new field too.
If it does, try creating a new form with attachment field to see if it's common to all attachment fields in an instance or just to that particular form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 09:24 PM
The user probably don't have write access to the corresponding record in sys_attachment table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 09:25 PM
To check it, go to sys_attachment table and see if the user can access it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 09:51 PM
I think I can access the "sys_attachment" table.
Also, the user is admin.
I'm not sure what's going on, but the "File Attachment" type field is in a separate table, and I'm using dot-walk to display it.
In fact, on the form screen of the table that has this "File Attachment" type field, both the "Update" button and the "Create" button work.
Only the "Update" button in the form screen in the first image (the screen displayed by dot-walk) does not work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2022 10:07 PM