Processed #lsnumberformat( _opportunityCount )# Opportunity Records

select listenerId from tbl_SYS_EventListeners with (nolock) where ownerId = and ownerType = and listenerPath = '/mstrcfmod/SPL/batchManager/opportunityETLListener.cfm' and eventSubjectType = 'SPL' insert into tbl_SYS_EventListeners ( ownerId, ownerType, eventName, eventSubjectType, listenerPath, useTransaction ) values ( , , 'opportunityStatusChanged', 'SPL', '/mstrcfmod/SPL/batchManager/opportunityETLListener.cfm', 'N' ), ( , , 'opportunityUpdated', 'SPL', '/mstrcfmod/SPL/batchManager/opportunityETLListener.cfm', 'N' ), ( , , 'opportunityCreated', 'SPL', '/mstrcfmod/SPL/batchManager/opportunityETLListener.cfm', 'N' ), ( , , 'opportunityDeleted', 'SPL', '/mstrcfmod/SPL/batchManager/opportunityETLListener.cfm', 'N' )