- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 03:08 AM
Hi Everyone,
I have to write onCellEdit client script. My requirment is that only assigned to user should be able to close the task (sc_task) in list view and all other users should not be able to close task in list view,
Please suggest something.
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 03:15 AM
Hi @Abhijit Das7 ,
The need for onCellEdit is questionable but suggestion would be to go with an before update business rule on Catalog task table where you can check for Item & then abort the action by displaying error message instead of alert.
This would not inovlve any coding as well. Something as below.
1. Business rule Replace your catalog item and conditions accordingly. Not item field is dot-walked from Request item table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 03:15 AM
Hi @Abhijit Das7 ,
The need for onCellEdit is questionable but suggestion would be to go with an before update business rule on Catalog task table where you can check for Item & then abort the action by displaying error message instead of alert.
This would not inovlve any coding as well. Something as below.
1. Business rule Replace your catalog item and conditions accordingly. Not item field is dot-walked from Request item table.