Cannot read properties of null (reading getElementsByTag)

1
Hi, I have an OCh-Microflow that fails, when I commit the object I have just changed and modified in the OCh-Microflow. When I don’t commit the object, everything works fine. Where does this error come from? The OCh-Microflow is triggered by a Checkbox, that publishes / unpublishes a message with a boolean.   The Parameter “NewsItem” itself is not empty.   Thanks!   An error occurred while executing On change at NewsManager.NewsItem_NewEdit.checkBox1: Cannot read properties of null (reading 'getElementsByTag') Error: An error occurred while executing On change at NewsManager.NewsItem_NewEdit.checkBox1: Cannot read properties of null (reading 'getElementsByTag') at http://localhost:8080/mxclientsystem/mxui/mxui.js?638030038526063823:68:161413 at http://localhost:8080/mxclientsystem/mxui/mxui.js?638030038526063823:68:161513 at x (http://localhost:8080/mxclientsystem/mxui/mxui.js?638030038526063823:66:5472)
asked
1 answers
0

Hi Tjark,

 

I don’t know the answer, but this is what I would do:

I would not commit in the change action but commit in a commit object action after the change.

 

Go Make IT

answered