Hello all,
I am rather new to EspoCRM, and I am trying to make some customizations.
I have been tasked to create a custom entity for notes, which I have included in the Activity Entity List so that they work similar to meetings or calls and are related to a contact, account, etc. Users of the CRM system should be able to mark notes as private. To do so, I have added a Boolean field called "private" via the Entity Manager. If a note is marked as private (so Boolean field set to True) only the assigned user should be able to see the note. Any other user should not be able to see the note. I want to hide the entire record. It should not appear in any list, overview, etc.
How can I implement such a functionality?
I would appreciate any help or suggestions.
Cheers,
Anna
I am rather new to EspoCRM, and I am trying to make some customizations.
I have been tasked to create a custom entity for notes, which I have included in the Activity Entity List so that they work similar to meetings or calls and are related to a contact, account, etc. Users of the CRM system should be able to mark notes as private. To do so, I have added a Boolean field called "private" via the Entity Manager. If a note is marked as private (so Boolean field set to True) only the assigned user should be able to see the note. Any other user should not be able to see the note. I want to hide the entire record. It should not appear in any list, overview, etc.
How can I implement such a functionality?
I would appreciate any help or suggestions.
Cheers,
Anna
Comment