- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 05:39 AM
Hi, community members.
My requriement is detecting deletion attached files from client script, business rule, script include and so on.
The function I created is counting the number of attached files on a records.
On submit and on load client script call script include with Ajax. On the server side, script include counts the number of attachment file records and sets the value to 'u_number_of_attachments' fields.
---
1. Click on the attachment field
---
2. Select and upload a file
---
3. [u_number_of_attachment]field is updated.
However, deleting attachment file doesn't trigger onChange client script, and after delete a file go back to list page without [update], [u_number_of_attachment]field isn't chaged.
---
---
Resolving this issue, could you please tell me other ways to reflect the number of attachment on the list view.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 08:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 08:12 PM
Hi, I could make it resoled above issue. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 03:52 AM
Would you share how you resolved your issue?