Announcement

Collapse
No announcement yet.

Make follower but can not view

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Make follower but can not view

    Dear Tanya,
    I have done a workflow to make followed.It's done.
    But after that I login that followed user, but it can not be view opportunity which has been maked followed to that user.
    Thanks,
    Ellen.
    Attached Files

  • #2
    You may need to make a custom Acl class for your entity
    this is an example of Entity custom Acl class https://github.com/espocrm/espocrm/b...o/Acl/User.php
    so you will put it in somewhere like /custom/Espo/Custom/Acl/YourEntityName.php

    I am not sure how exactly the code will be look like but you have to understand the base acl class and override some function so you can check the followers array instead of the default behavior where the assigned user or teams are checked
    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.

    Comment


    • #3
      Hi,
      Thanks for your respone.
      So please check and advise: action "Make Followed" in action in workflow is used for what?
      Thanks
      Attached Files

      Comment


      • #4
        Originally posted by Ellen View Post
        action "Make Followed" in action in workflow is used for what?
        Thanks
        As I know it is only for getting notified about the actions, changes or stream's notes on that entity
        CEO & Founder of Eblasoft.
        Professional EspoCRM development & extensions.

        Comment

        Working...
        X