Error when deleting an object

0
Good Morning,   When we delete an object the below error message is being thrown.    An error occurred while executing an action of ChangeManagement.NrmChange_PageEdit.actionButton16: Cannot read properties of null (reading 'get') Error: An error occurred while executing an action of ChangeManagement.NrmChange_PageEdit.actionButton16: Cannot read properties of null (reading 'get')   when you leave the page and go back in, the object is being deleted. Can anyone advise how to stop the error message appearing?   Thanks   Jess
asked
1 answers
0

Probably the object was already deleted, but page not refreshed. Causing the user to still having the object shown in the page. When trying to delete, the server says no. Because the object is already deleted.

 

Check where the object is deleted first time and probably "Refresh in client = true" will solve the issue

answered