kentico_ivanat wrote: Hi,yes, it is designed this way. To update only your custom table data you need to set correct class name in the condition:if (dataItem.ClassName.ToLower() == "cms.mycustomtable")Alternatively, you could insert your code into following events:OnBeforeExecuteQuery and OnAfterExecuteQueryBest regards,Ivana Tomanickova