M
Michael Morse
Hello,
I am trying to create a non trusted IP solution that records the XPath for
any node the user may have changed while being worked on.
I have script on the OnAfterChange event that is supposed to record the
XPath in a seperate node which will contain all the users changes.
However when writing to this node that is storing all my changes it appears
I get into an infinite loop with an error poping up saying 'The number of
call to the OnAfterChange event for single update in the data exceeded the
maximum limit'.
Even if I put an if statement in the OnAfterChange event to exit if this
this change was cuased my my storing of the Xpath I still see the message
once but it does record my change.
Any ideas on how to get around this?
I am trying to create a non trusted IP solution that records the XPath for
any node the user may have changed while being worked on.
I have script on the OnAfterChange event that is supposed to record the
XPath in a seperate node which will contain all the users changes.
However when writing to this node that is storing all my changes it appears
I get into an infinite loop with an error poping up saying 'The number of
call to the OnAfterChange event for single update in the data exceeded the
maximum limit'.
Even if I put an if statement in the OnAfterChange event to exit if this
this change was cuased my my storing of the Xpath I still see the message
once but it does record my change.
Any ideas on how to get around this?