Attachment paperclip icon disappeared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 07:01 AM
Hi
I have a new table extends the software table, when i open the form the attachment paperclip icon appear for seconds and then disappeared, i want to show it.
I added ACLs for create, write, read and delete on the sys_attachment table but it still disappear and then i added an onLoad client script to enable it but still it appear for few seconds and disappear !
Any ideas
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 07:04 AM
did you check any existing onload client script is hiding it ? have you used g_form.disableAttachments(); in any client script ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 07:13 AM
No there is no client scripts at all it's a new table, i added an onLoad script which include g_form.enableAttachments(); just in case but it didn't work too.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 07:25 AM
validate the WRITE acl.
adding one thread here. kindly have a look.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2019 08:14 AM
The user has write access to the table, he actually has full access (write, create, read & delete) for both the software table and the attachment table but still not working