If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
esforim : you can see attached modified compose-from-email view.
1. Retrieve replyed email group email accounts. For ordinal users (not admins) you should add acl to inbound Email
/custom/Espo/Custom/Resources/metadata/scopes/InboundEmail.json
Code:
{
"acl": true,
"aclActionList": ["read"]
}
and give access to it in role editor.
2. Replace original /client/src/views/email/fields/compose-from-address.js to provided.
3. Make any code modifications on replied email list : sort, filter, add default etc...
Comment