Prevent recursive calling of an Update Title Block event
I have a Java PX that is called from the "Update Title Block" event of an item. In the PX, I am updating a field in the Title Block using the setvalue command. When this is done, it calls the "Update Title Block" event recursively. Is there any way of preventing the event from kicking off when the setvalue is executed?
0