Method to check the valid user for the project area
![]()
Hello all,
|
Accepted answer
![]()
You could use IProcessArea.hasMember instead of looping yourself.
boolean hasMember(IContributorHandle contributorHandle) a team area (ITeamArea) is a ProcessArea (IProcessArea) so that method will work there too. Saran R selected this answer as the correct answer
|