DM Trash Activation
If there is the relevant keyname in the CONFIGURATIONS table in the DB based on the following query, the value value should be set to true, if not, the keyname and value values should be added as a new record.
After the relevant change, it is also necessary to trigger the INVALID CONFIGURATIONS CACHE process via the POSTMAN application.
update CONFIGURATIONS set VALUE = 'true' where KEYNAME = 'DocumentManagement.Section-sys.RecycleBinEnabled'