side panel field, How to make 'teams' to automatically link with the 'roles'

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lj4353
    Senior Member
    • Nov 2023
    • 114

    side panel field, How to make 'teams' to automatically link with the 'roles'

    I have 'roles' and 'teams' as Link Multiple items in my side panel field. However, it seems that these items can only be set as defaults or manually selected. Now, I want the 'teams' to automatically link with the 'roles,' where the 'teams' item automatically selects the teams associated with the current roles.
  • Vadym
    Super Moderator
    • Jun 2021
    • 346

    #2
    Hi lj4353,

    Please provide more details and screenshots so we can find the best solution for you.

    Comment

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1611

      #3
      I do that with a formula. First I create a role for a team, then I assign the user to that team role and automate this by formula:

      teamsIds = assignedUser.teamsIds;

      Comment

      Working...