By default, this field supports 255 characters. Follow the next steps to change its max size:
1. Create the file:
If you need to customize Personal Email Account: /custom/Espo/Custom/Resources/metadata/entityDefs/EmailAccount.json
If you need to customize Group Email Account: /custom/Espo/Custom/Resources/metadata/entityDefs/InboundEmail.json
2. Add this code to the file:
Code:
{ "fields": { "monitoredFolders": { "maxLength": 300 } } }
This will increase its max size from 255 to 300.
Leave a comment: