Resolution | Change only Subscription Notifications that have the option Daily, Weekly, Monthly, or Quarterly. It changes all Active and Inactive Notifications.
- Perform a SQL Backup of the Archer Instance database
- Run the following SQL command against the Instance database.
UPDATE tblNotificationTemplate SET latest_content_version_filter=-1 WHERE interval_type_id=3 AND format_id=2
|