fscsm_project
fscsm_project export [-projectId projectID] [-member userID ] [-bizSystemId platformID ] [-serviceId serviceID ] [-code accountingcode ] [-history] -file output-file
fscsm_project list
Use this command to output project information.
Outputs project information as an XML file.
The target project information can be narrowed down by specifying arbitrary values for or omitting projectID, userID, platformID, serviceID, and accountingcode.
In projectID, specify a project ID. In userID, specify a user ID. In platformID, specify a platform ID. In serviceID, specify a service ID. In accountingcode, specify an accounting code.
-history can be omitted. When specified, project information containing accounting code history and deletion history is output.
In output-file, specify the file name using a character string containing alphanumeric characters, hyphens ("-"), underscores ("_"), and periods ("."). For details on the format of the file, refer to "5.3.8 Project Information".
When the specified file already exists, an error occurs.
Displays all of the added project information in a prompt window.
The following items are displayed:
Project ID
Project Name
Project supervisor
Accounting Code
When outputting the information of a project with project ID projectA
>fscsm_project export -projectId projectA -file projectA.xml<RETURN>
When outputting the information of the projects to which the user with user ID UserA has been added as a member
>fscsm_project export -member UserA -file project-userA.xml<RETURN>
When outputting the information of a project with platform ID systemA101
>fscsm_project export -bizSystemId systemA101 -file projectA101.xml<RETURN>
When outputting the information of a project with service ID serviceA10101
>fscsm_project export -serviceId serviceA10101 -file projectA10101.xml<RETURN>
When outputting the information of all projects
>fscsm_project export -file projectall.xml<RETURN>
When outputting the information of all projects to the screen
>fscsm_project list<RETURN> projectId projectName projectAdminUserId accountingCode ------------------------------------------------------------------------------ projectA A Project admin-a 2001 projectB B Project admin-b 3010 projectC C Project admin-c 2015