SF doesn’t appear to be passing the TimeStamp value on a Delete by stored procedure when using Optimistic Timestamp. Even thought the properties are set correctly, in the SQL profiler you can clearly see that only the PK is being passed and not the TimeStamp column value.When doing an Update, the TimeStamp value is being passed. Ideas?