Attachment icon disappearing after error throwed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 12:59 AM - edited 06-04-2025 01:00 AM
Hi all,
Attachment is mandatory while moving CTASK to close state , before updating the record attachment icon is there
After updating the record without attachment error will throw and attachment symbol is getting disappeared.
i want to show attachment icon after form aborted also.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 02:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 02:20 AM
Hi @Arun_Manoj ,
After closing also not visible after refreshing the form only visible .
But i need to show icon without refresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 03:00 AM - edited 06-04-2025 03:03 AM
search for any onLoad client scripts maybe
EDIT: in the business rule where have you set the error message "Kindly attach evidence of successful completion of the CTASK (email comms/ Screenshots" add therreload() - you can try in the beginning or in the end, it could help. As the form would be already reloaded and the error message displayed afterwards...
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 03:05 AM
* location.reload();
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025 03:10 AM
Hi @GlideFather ,
Thanks there is one onload CS which disable the attachment when change in closed state.