Home Search

DriveWorks Pro 21
SecGetTeamProjects

Send Feedback

SecGetTeamProjects

Gets a table of all projects associated with a Team.

Syntax

SecGetTeamProjects([Team Name])

Where:

Team Name is the Name of the Team to check.

Example

RuleResultMeaning
SecGetTeamProjects("Sales"){"Project Name","Project Location","Can Run","Can Edit" ; "Cupboard","D:\DriveWorks Projects\Cupboard","True","False" ; "Entrance Canopy","D:\DriveWorks Projects\Entrance Canopy","True","False"}Will return a table of all the projects the Sales team has access to.

Example Table

Project NameProject LocationCan RunCan Edit
CupboardD:\DriveWorks Projects\CupboardTrueFalse
Entrance CanopyD:\DriveWorks Projects\Entrance CanopyTrueFalse