How to change meeting reminder menu entries EspoCRM v5.6.14
Collapse
X
-
Hi,
Only manually,
https://github.com/espocrm/espocrm/b...inder.json#L20
You need to override this in the custom dir.
Create a file custom/Espo/Custom/Resources/metadata/entityDefs/Reminder.json
Code:{ "fields": { "seconds": { "options": [0, 60, 120, 300, 600, 900, 1800, 3600, 7200, 10800, 18000, 86400, 172800, 259200, 432000] } } }
-
How to change meeting reminder menu entries EspoCRM v5.6.14
Dear all,
How can I change the given entries on the menu for meeting reminder both for box and email? We need operated values 60 and 90 days prior to the meeting.
RegardsTags: None
Leave a comment: