Back to Project Management Service

Method Details for CreateProjectFromTemplate.

Create a project from a project template from customer name

Parameters

  • projectTemplateName String Name of the TLP project template (string)
  • projectName String Name of the new project (string)
  • projectNo String Project number of the new project (string)
  • customerName String Customer name (string)
  • legalEntityID Guid Unit_Price list identifier (guid)
  • priceGroupID Guid Project group identifier (guid)
  • projectManagerInitials String Project manager initials (string)
  • accountManagerInitials String Account manager initials (string)
  • handledByDepartmentNo String Department number responsible for handling (string)
  • orderedByDepartmentNo String Department number behind the order (string)
  • useProjectNumberSeries Boolean Choose to use TLP auto or own number series (bool)
  • useTasksAndMileStonesFromTemplate Boolean Choose wether to copy tasks and milestones (bool)
  • useResourceGroupFromTemplate Boolean Choose wether to copy resource group (bool)
  • useAllocationsFromTemplate Boolean Choose wether to copy task and milestone allocations (bool)
  • usePaymentPlanFromTemplate Boolean Choose wether to copy payment plans (bool)
  • source Integer Interface source number, in most cases use 0 (int)
  • token SecurityToken Security token associated with the request (SecurityToken)

Returns

The project created based on the template