You are viewing limited content. For full access, please sign in.

Question

Question

Removed Team Manager from Group But They Still Show Up in Drop-Down Lists

asked on July 24, 2018

I had a user listed as a Team Manager. I removed him:

 

Here's my lookup rule:

 

However, he's showing up on my drop-down list:

This is happening to other teams too! Am I doing something wrong?

0 0

Answer

SELECTED ANSWER
replied on July 24, 2018

If you take a look at the team_members table, the columns include both a join_date and a leave_date. Members who are still on the team have a leave_date of null or leave_date < join_date. You should filter out any members where leave_date > join_date. 

0 0
replied on July 24, 2018

Thank you! I'll get IS to update the view.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.