Hi, sorry if I have overlooked some obvious docu but I couldn't find how to do this:
I have implemented a prePut coprocessor which adjust some values of an incoming put. This works quite good, with the exception that sometimes it isn't necessary to continue the and store the actual data, since it stays as it is. How do I abort the put in the prePut action and prevent a useless write to the database? Bypass and complete don't prevent the following put action (timestamp is changed after put). cheers + thanks for answering, Michael
