OnCell Edit in Workspaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 12:15 AM
I have a requirement to show a message when someone is going to close the latest Project Task in a Project.
The message warns the user that the action is going to Close the project. If the user Accepts, the flow continues and if the user Cancels, the flow is interrupted.
When changing Project Task status in view lists this is done through a OnCellEdit script, but it is not working in Project Workspace.
From other community posts, it seems that OnCellEdit doesn't work on Workspaces.
Any idea on how to make it work or how to meet the requirement using other alternatives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 12:18 AM
yes it doesn't work.
You can use before update business rule and show message.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 12:23 AM
I don't think I can control user's reaction to Accept or Cancel the process using an OnBefore BR.