Can users follow other users?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harrytruman
    Member
    • Jun 2023
    • 98

    Can users follow other users?

    Hi everyone,

    Can users follow other users?
  • victor
    Active Community Member
    • Aug 2022
    • 727

    #2
    Followers can be added using Workflows or BPMNs (you need EspoCRM version 7.5.0 or higher and Advanced Pack extension):

    1. Create a field with Multi-Enum​ type in the User entity and add the list of required Users and Teams to it (screenshot 1).
    2. In the entity or entities (eg Account) where it will be necessary to add Specified Users or several Users of Specified Teams, create a field with Multi-Enum type in the Options Reference of which select the field from point 1 (screenshot 2).​
    3. Create Worflow for User A (screenshot 3).
    4. Create Worflow for Team A (screenshot 4).

    The disadvantages of this method are:
    - Users cannot be unfollowed (only they can unfollow themselves).
    - Followers can only be added regardless of the value in the Fallow User or Team field in entity Account (screenshot 5).
    - It is necessary to create a separate Workflow or an additional Flowchart for BPMN for each User or Team.​

    Attached Files
    Last edited by victor; 08-30-2023, 10:42 PM.

    Comment

    • harrytruman
      Member
      • Jun 2023
      • 98

      #3
      Hi victor Thanks for this very detailed explanation. I really appreciate your help here. Going to give it a try.

      Comment

      Working...