Question

E-mail Access Rights

Hello,

 

When an email is linked to an opportunity, a lead, or another object, I need it to be readable by everyone. How can I achieve this?

Like 0

Like

4 comments

To add a bit more context to what Mariana is asking: 

 

users should not share the mailbox with all employees as there is confidential information sent to the personal mailboxes (ex: salary receipts)

 

But if an email is received and linked to an opportunity, a lead, or another object it should be acessible to everyone, 

is it possible that this specific email is visible for all employees?

 

I imagine it would take a business process or is it possible to achieve this without business process?

 

Thanks,

Luis

You could have a process with signals: 

  • Activity with Type=Email added and Opportunity is filled in
  • Activity with Type=Email modified in Opportunity column and Opportunity is filled in

 

Then all you need in the process is the Change Access Rights element to add read access to all employees. 

 

Also, add other entity columns (Lead, etc) to include other entities. Doing this would mean if an email is linked to that type of entity, the email would be viewable to all on the timeline and associated email lists on that record. 

 

Ryan

Hello!

 

For such functionality, you can set up a business process with a "Change access rights" element and trigger process on Lead or Opportunity changes. You can read more about this element here -

https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/process-elements-reference/system-actions/change-permissions-process-element

Thank you both :)

Show all comments