Hi All, Can someone please explain what does this script fetching? "roles="+SNC.PPMConfig.getProjectRole('manager', current.getTableName())
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-21-2018 06:33 AM
This is a reference qualifier used for selecting project manager in pm_project table. But not understanding the segments like what is SNC, What is PPMConfig.
so please help me with this.
Thanks
Labels:
- Labels:
-
Project Portfolio Management
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-21-2018 10:32 AM
It invokes Java API exposed to Scripting, "SNC" signifies that.
And SNC.PPMConfig.getProjectRole get you the respective role based on table and teamspace.
There will be different roles for teamspaces.
In case of pm_project(or without any teamspaces), it would return it_project_manager here.