mms_data_change_notification Table

Information about data change notifications (DCNs) for messaging-based synchronization.

Column name Column type Description
packageName varchar(255) The package name of the mobile business object (MBO) affected by the DCN.
domain varchar(255) The domain to which the package involved in DCN belongs.
publicationName varchar(255) The synchronization group of the DCN.
notificationTime timestamp The time the DCN was sent.
processTime integer The total time to process the DCN, in milliseconds.
affectedRows integer The rows affected by the DCN.
isMonitored bit Whether the MBO is monitored. If 1, it is monitored. If 0, it is not.
isLogged bit Whether the domain is logging data. If 1, domain is logging data. If 0, it is not.
mboName varchar(500) The MBO that downloaded information.