Announcement

Collapse
No announcement yet.

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

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

  • 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.

  • #2
    Hi lj4353,

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

    Comment


    • #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...
      X