Home Search

DriveWorks Pro 21
SppGetUserDataForTeams

Send Feedback

SppGetUserDataForTeams

Will return information for Users in a specified Team as a Table Array.

Syntax

SppGetUserDataForTeams([Team Name],[Recalculation Trigger])

Where:

Team Name is the name of the Team to return information about the Users within it.

Recalculation Trigger is the trigger to force a recalculation during the running of a Specification.

See How To: Force a data refresh when data has changed for an example of implementing a trigger.

Example

RuleResultMeaning
SppGetUserDataForTeams("Engineering",DWConstantRefreshData){"Username","DisplayName","EmailAddress","IsTeamleader","IsEnabled","Teams"; "Eddie","Eddie","eddie@mycompany.co.uk","True","True","Engineers"}This will return information about the Users in a Team as an Array.