Gets a table of all projects associated with a Team.
SecGetTeamProjects([Team Name])
Where:
Team Name is the Name of the Team to check.
Rule | Result | Meaning |
---|---|---|
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. |
Project Name | Project Location | Can Run | Can Edit |
---|---|---|---|
Cupboard | D:\DriveWorks Projects\Cupboard | True | False |
Entrance Canopy | D:\DriveWorks Projects\Entrance Canopy | True | False |