OnCell Edit in Workspaces

Alberto12
Tera Contributor

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?

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Alberto12 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

I don't think I can control user's reaction to Accept or Cancel the process using an OnBefore BR.