Home Search

DriveWorks Pro 22
SecIsUserInTeam

Send Feedback

SecIsUserInTeam

Determines if a specified user is in the specified team.

Syntax

SecIsUserInTeam( [Team Name] , [User Name] )

Where:

Team Name is the name of the Team from which to check if the user is present.

User Name is the name of the User to look for.

Examples

Rule

Meaning
SecIsUserInTeam("Sales","Maria")

Will return True if Maria does belong to the Sales team

Will return False if Maria does not belong to the Sales team

SecIsUserInTeam("Sales",DwVariableName)

Will return True if the result of DWVariableName equals a user in the Sales team.

Will return False if the result of DWVariableName does not equal a user in the Sales team