Does anyone else have the problem that all onChange events are called twice after a record has been newly created?
I have javascript code where the onLoad method is called twice after onSave and all addOnChange events registered twice. Thats leads to the problem, that every onChange events called twice, which causes multiple problems.
It only happens on newly created records.
Can anybody else reproduce this issue? Is this a bug?