- MS CRM 4.0 SQL Jobs
- Posted by Soumya on May 15th, 2008
Can any body tell me what the Below two jobs are exactly doing in CRM.
MSCRM_CONFIG.HardDelete
MSCRM_CONFIG.SiteWideCleanup
If i want to prevent physical delete of data from database is it necessary
to stop these two?
Is stopng these jobs advisable?
- Posted by Robert Rybaric on May 15th, 2008
These two SQL Jobs perform some cleanup tasks but only in the MSCRM_CONFIG,
not in the organization database
HardDelete - physically deletes all for deletion marked records
SiteWideCleanup - marks all records older than 24 hours for delete in the
Notofication table
Regards,
Robert
"Soumya" wrote:
- Posted by Soumya on May 16th, 2008
Hi Thanks for th ereply.
If want to prevent the physical deletion of data records in the database
which are deleted by the user from the application what should i do?
any suggestion would be of great help.
Regards,
Soumya
"Robert Rybaric" wrote:
- Posted by Robert Rybaric on May 16th, 2008
This job is provided by the MSCRMAsyncService, but you are not possible to
discard this service as many other important tasks depend on it. The only way
I see is to prevent the users from deleting records using the security rules.
Regards,
Robert
"Soumya" wrote: