Get a project forecast version
get
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}
Request
Path Parameters
-
PlanVersionId(required): integer(int64)
Identifier of the forecast version.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : projectForecasts-item-response
Type:
Show Source
object-
ActualBurdenedCostInProjectCurrency: number
Title:
Actual Burdened Cost in Project CurrencyRead Only:trueThe actual burdened cost incurred by the project in the project currency. -
ActualRawCostInProjectCurrency: number
Title:
Actual Raw Cost in Project CurrencyRead Only:trueThe actual raw cost incurred by the project in the project currency. -
ActualRevenueInProjectCurrency: number
Title:
Actual Revenue in Project CurrencyRead Only:trueThe actual revenue generated by the project in the project currency. -
AdjustmentPercentage: number
Title:
Adjustment PercentagePercentage by which to adjust the forecast version amounts when copying amounts from another source. -
AdministrativeCode: string
Title:
Administrative CodeIdentifies the action that an administrator can perform on the forecast version based on specific requirements. Not to be used in typical implementations. -
Attachments: array
Project Forecast Attachments
Title:
Project Forecast AttachmentsThe attachments resource is used to view, create, update and delete attachments for project forecasts. -
BurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project CurrencyRead Only:trueThe estimated burdened cost for the project at the completion of the project in the project currency. -
BurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger CurrencyRead Only:trueThe estimated burdened cost for the project at the completion of the project in the project ledger currency. -
CurrentBaselineBudgetMarginVariance: number
Title:
Current Baseline Budget Margin VarianceRead Only:trueVariance between the margins of the forecast version and the current baseline budget version. -
CurrentBaselineBudgetMarginVariancePercentage: number
Title:
Current Baseline Budget Margin Variance PercentageRead Only:trueVariance between the margins of the forecast version and the current baseline budget version, expressed as a percentage. -
CurrentForecastMarginVariance: number
Title:
Current Forecast Margin VarianceRead Only:trueVariance between the margins of the forecast version and the current forecast version. -
CurrentForecastMarginVariancePercentage: number
Title:
Current Forecast Margin Variance PercentageRead Only:trueVariance between the margins of the forecast version and the current forecast version, expressed as a percentage. -
DeferFinancialPlanCreation: string
Title:
Defer Financial Plan CreationDefault Value:YIndicates that the forecast version will be created in a deferred mode. The default value is Y. A value of Y means that the forecast version will be created in a deferred mode by the Process Financial Plan Versions process. A value of N means that the forecast version will be created in real time and will be included in the response of the POST operation. -
EACEquipmentEffort: number
Title:
EAC Equipment EffortRead Only:trueEstimated equipment effort for the project at the completion of the project. EAC equipment effort includes both billable and nonbillable estimated equipment effort at the completion of the project. -
EACLaborEffort: number
Title:
EAC Labor EffortRead Only:trueEstimated labor effort for the project at the completion of the project. EAC labor effort includes both billable and nonbillable estimated labor effort at the completion of the project. -
ETCBurdenedCostInProjectCurrency: number
Title:
ETC Burdened Cost in Project CurrencyRead Only:trueThe estimated burdened cost required to complete the project in the project currency. -
ETCRawCostInProjectCurrency: number
Title:
ETC Raw Cost in Project CurrencyRead Only:trueThe estimated raw cost required to complete the project in the project currency. -
ETCStartDate: string
(date)
Title:
ETC Start DateRead Only:trueDate when the estimate to complete is intended to begin as planned on the forecast line. -
FinancialPlanType: string
Title:
Financial Plan TypeMaximum Length:240Name of the financial plan type used to create the forecast version. -
ForecastCreationMethod: string
Title:
Forecast Creation MethodDetermines whether the forecast version is generated from another plan or copied from another forecast version. A list of valid values - Copy from another source and Generate from another source - is defined in the lookup type PJO_FORECAST_CREATION_METHOD. There is no default value while creating a forecast version. You must enter either this attribute or Forecast Creation Method Code but not both while creating a forecast version. -
ForecastCreationMethodCode: string
Title:
Forecast Creation Method CodeDetermines whether the forecast version is generated from another plan or copied from another forecast version. A list of valid values - COPY and GENERATE - is defined in the lookup type PJO_FORECAST_CREATION_METHOD. There is no default value while creating a forecast version. You must enter either this attribute or Forecast Creation Method but not both while creating a forecast version. -
ForecastGenerationSource: string
Title:
Forecast Generation SourceDetermines whether the forecast version is generated from an existing forecast version based on a financial plan type or from the project plan. A list of valid values - Financial plan type and Project plan type - is defined in the lookup type PJO_PLAN_TYPE_CODE. There is no default value while creating a forecast version. You must enter either this attribute or Forecast Generation Source Code but not both while creating a forecast version. -
ForecastGenerationSourceCode: string
Title:
Forecast Generation Source CodeDetermines whether the forecast version is generated from an existing forecast version based on a financial plan type or from the project plan. A list of valid values - FINANCIAL_PLAN and PROJECT_PLAN - is defined in the lookup type PJO_PLAN_TYPE_CODE. There is no default value while creating a forecast version. You must enter either this attribute or Forecast Generation Source but not both while creating a forecast version. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LockedBy: string
Title:
Locked ByRead Only:trueMaximum Length:255Name of the user who has locked the project forecast version. -
LockedFlag: boolean
Title:
LockedIndicates if the project forecast version is locked. A value of true means that the forecast version is locked and can't be edited. A value of false means that the forecast version is not locked and can be edited. The default value while creating a project forecast version is false. -
Margin: number
Title:
MarginRead Only:trueThe difference between project-related costs and revenue amounts. -
MarginPercentage: number
Title:
Margin PercentageRead Only:trueThe difference between project-related costs and revenue amounts, expressed as a percentage. -
OriginalBaselineBudgetMarginVariance: number
Title:
Original Baseline Budget Margin VarianceRead Only:trueVariance between the margins of the forecast version and the original baseline budget version. -
OriginalBaselineBudgetMarginVariancePercentage: number
Title:
Original Baseline Budget Margin Variance PercentageRead Only:trueVariance between the margins of the forecast version and the original baseline budget version, expressed as a percentage. -
PlanningAmounts: string
Title:
Planning AmountsMaximum Length:30Indicates whether a forecast version includes cost amounts, revenue amounts, or both. A list of valid values - Cost, Revenue, and Cost and revenue - is defined in the lookup type PJO_PLANNED_FOR_CODE. There is no default value while creating a forecast version. You must enter either this attribute or Forecast Generation Source but not both while creating a forecast version. -
PlanningOptionId: integer
(int64)
Title:
Planning Option IDRead Only:trueIdentifier of the summary level planning option in the project forecast. -
PlanningOptions: array
Planning Options
Title:
Planning OptionsThe Planning Options resource is used to view the planning options configured for the project forecast version. -
PlanningResources: array
Planning Resources
Title:
Planning ResourcesThe Planning Resources resource is used to view project forecast resource assignments. -
PlanVersionDescription: string
Title:
Plan Version DescriptionMaximum Length:2000Description of the forecast version. -
PlanVersionId: integer
(int64)
Title:
Forecast Version IDIdentifier of the forecast version. -
PlanVersionName: string
Title:
Plan Version NameMaximum Length:225Name of the forecast version. -
PlanVersionNumber: integer
(int64)
Title:
Plan Version NumberRead Only:trueThe number of the version of the forecast. -
PlanVersionStatus: string
Title:
Plan Version StatusThe status of the forecast version. A list of valid values is defined in the lookup type PJO_PLAN_STATUS. -
PreviousForecastMarginVariance: number
Title:
Previous Forecast Margin VarianceRead Only:trueVariance between the margins of the forecast version and the previous forecast version. -
PreviousForecastMarginVariancePercentage: number
Title:
Previous Forecast Margin Variance PercentageRead Only:trueVariance between the margins of the forecast version and the previous forecast version, expressed as a percentage. -
ProjectId: integer
(int64)
Title:
Project IDIdentifier of the project for which the forecast version is created. You must enter a value for only one from among this attribute, Project Number, and Project Name but not for all three or a combination of them while creating a forecast version. -
ProjectName: string
Title:
Project NameMaximum Length:240Name of the project for which the forecast version is created. You must enter a value for only one from among this attribute, Project ID, and Project Number but not for all three or a combination of them while creating a forecast version. -
ProjectNumber: string
Title:
Project NumberMaximum Length:25Number of the project for which the forecast version is created. You must enter a value for only one from among this attribute, Project ID, and Project Name but not for all three or a combination of them while creating a forecast version. -
ProjectResourcesStatus: string
Title:
Project Resources StatusStatus of the project resources to be used for generation. Valid values are: All and Confirmed. -
RawCostInProjectCurrency: number
Title:
Raw Cost in Project CurrencyRead Only:trueThe estimated raw cost for the project at the completion of the project in the project currency. -
RawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger CurrencyRead Only:trueThe estimated raw cost for the project at the completion of the project in the project ledger currency. -
RbsVersionId: integer
(int64)
Title:
Resource Breakdown Structure Version IDRead Only:trueIdentifier of the resource breakdown structure that is attached to the project for which you can view summarized data. -
RevenueInProjectCurrency: number
Title:
Revenue in Project CurrencyRead Only:trueThe estimated revenue for the project at the completion of the project in the project currency. -
RevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger CurrencyRead Only:trueThe estimated revenue for the project at the completion of the project in the project ledger currency. -
SourcePlanType: string
Title:
Source Plan TypeIndicates the financial plan type or the project plan from which the forecast version is created. If the forecast generation source is entered as Project plan type, then this attribute is defaulted as project plan by the application. If the forecast generation source is entered as Financial plan type, then you must enter a value for this attribute. -
SourcePlanVersionId: integer
Title:
Source Plan Version IDIdentifier of the version of the project plan, budget, or forecast used as the source for creating the forecast version. -
SourcePlanVersionName: string
Title:
Source Plan Version NameThe name of the version of the project plan, budget, or forecast used as the source for creating the forecast version. -
SourcePlanVersionNumber: integer
Title:
Source Plan Version NumberThe number of the version of the project plan, budget, or forecast used as the source for creating the forecast version. -
SourcePlanVersionStatus: string
Title:
Source Plan Version StatusThe status of the source plan version from which the forecast version is created. A list of valid values is defined in the lookup type PJO_PLAN_STATUS. -
TotalCommitmentsInProjectCurrency: number
Title:
Total Commitments in Project CurrencyRead Only:trueThe total commitments incurred by the project in the project currency. -
VersionErrors: array
Errors
Title:
ErrorsThe Errors resource is used to view the errors in project forecasts.
Nested Schema : Project Forecast Attachments
Type:
arrayTitle:
Project Forecast AttachmentsThe attachments resource is used to view, create, update and delete attachments for project forecasts.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Planning Options
Type:
arrayTitle:
Planning OptionsThe Planning Options resource is used to view the planning options configured for the project forecast version.
Show Source
Nested Schema : Planning Resources
Type:
arrayTitle:
Planning ResourcesThe Planning Resources resource is used to view project forecast resource assignments.
Show Source
Nested Schema : Errors
Type:
arrayTitle:
ErrorsThe Errors resource is used to view the errors in project forecasts.
Show Source
Nested Schema : projectForecasts-Attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : projectForecasts-PlanningOptions-item-response
Type:
Show Source
object-
ActualAmountsThroughPeriod: string
Title:
Actual Amounts Through PeriodMaximum Length:255The period (current, prior, or last closed) through which actual amounts are used when generating forecast amounts. -
AllowNegativeETCCalculationFlag: boolean
Title:
Allow Negative ETC CalculationIndicates whether negative estimate-to-complete quantity can be calculated in progress. If the check box isn't enabled, and the calculated value is negative, then the estimate-to-complete quantity is set to zero. -
AmountScale: string
Title:
Amount ScaleMaximum Length:255The scale on which amounts are displayed on the user interface. For example, if you select to view amounts in 1000s, the $100,000,000 amount is displayed as 100,000. -
AmountTypes: array
Amount Types
Title:
Amount TypesThe Amount Type resource is used to select the cost and revenue items to include in a financial plan type. -
AssignTaskResourceInSingleCurrencyFlag: boolean
Title:
Assign Resource in Single Currency for a TaskIndicates whether a forecast line is enabled for assigning resources in a single currency for a task. -
AssociateProjectCostsOrRevenueToSummaryTasksFlag: boolean
Title:
Associate project costs or revenue to summary tasksMaximum Length:255Indicates whether the incurred costs or revenue for resources are associated on the task hierarchy at the level planned. -
BillRateDerivationDate: string
(date-time)
Title:
Bill Rate Derivation DateThe date that is used as the basis for deriving rates for calculating revenue amounts. -
BillRateDerivationDateType: string
Title:
Bill Rate Derivation Date TypeMaximum Length:255The date type, for example, the system date or a fixed date that is used as the basis for deriving rates for calculating revenue amounts. -
BurdenScheduleCostOptions: string
Title:
Burden ScheduleMaximum Length:255A set of burden multipliers that is maintained for use across projects. Also referred to as a standard burden schedule. -
CalendarType: string
Title:
Calendar TypeMaximum Length:255The type of calendar, such as accounting calendar or project accounting calendar, used for entering and displaying periodic financial information. -
CarryForwardUnusedAmountsFromPastPeriodsFlag: boolean
Title:
Carry Forward Unused Amounts from Past PeriodsIndicates whether unused forecast amounts can be carried over from the current or closed periods to the next open period. -
CostDateTypeForConversionInPC: string
Title:
Project Currency Conversion: Cost Date TypeMaximum Length:255Date type that is used as a cost conversion attribute for project currency. -
CostDateTypeForConversionInPLC: string
Title:
Project Ledger Currency Conversion: Cost Date TypeMaximum Length:255Date type that is used as a cost conversion attribute for project ledger currency. -
CostFixedDateForConversionInPC: string
(date-time)
Title:
Project Currency Conversion: Cost Fixed DateDate that's used as a cost conversion attribute for project currency. -
CostFixedDateForConversionInPLC: string
(date-time)
Title:
Project Ledger Currency Conversion: Cost Fixed DateDate that's used as a cost conversion attribute for project ledger currency. -
CostRateDerivationDate: string
(date-time)
Title:
Cost Rate Derivation DateThe date that is used as the basis for deriving rates for calculating cost amounts. -
CostRateDerivationDateType: string
Title:
Cost Rate Derivation Date TypeMaximum Length:255The date type, for example, the system date or a fixed date that is used as the basis for deriving rates for calculating cost amounts. -
CostRateTypeForConversionInPC: string
Title:
Project Currency Conversion: Cost Rate TypeMaximum Length:255Cost rate type that is used as a cost conversion attribute for project currency. -
CostRateTypeForConversionInPLC: string
Title:
Project Ledger Currency Conversion: Cost Rate TypeMaximum Length:255Cost rate type that is used as a cost conversion attribute for project ledger currency. -
CurrencyType: string
Title:
Currency TypeMaximum Length:255Indicates whether the project currency or the project ledger currency is used for displaying amounts when reviewing forecast amounts. -
CurrentPlanningPeriod: string
Title:
Current Planning PeriodMaximum Length:15Current planning period that drives the display of the periodic information. It can be the project accounting period or accounting period depending on the selected calendar type. This value is not applicable when the calendar type is set to NONE. -
DateTypeForCostConversion: string
Title:
Date Type for Cost ConversionMaximum Length:255Date type that is used as a cost conversion attribute for planning currencies. -
DateTypeForRevenueConversion: string
Title:
Date Type for Revenue ConversionRead Only:trueMaximum Length:255Date type that is used as a revenue conversion attribute for planning currencies. -
DefaultReportingOption: string
Title:
Default Reporting OptionRead Only:trueMaximum Length:255Indicates whether cost or revenue quantity is used for reporting quantity when planning for cost and revenue in a separate forecast version. By default, it is set to Cost when planning amounts are cost only or cost and revenue together. When the planning amounts are revenue only, it is set to Revenue. -
DesignateAsPrimaryCostForecastFlag: boolean
Title:
Designate as Primary Cost ForecastRead Only:trueIndicates whether the financial plan type is the primary cost forecast. -
DesignateAsPrimaryRevenueForecastFlag: boolean
Title:
Designate as Primary Revenue ForecastRead Only:trueIndicates whether the financial plan type is the primary revenue forecast. -
ETCGenerationSource: string
Title:
ETC Generation SourceMaximum Length:255Specifies whether the estimate-to-complete source for generating a forecast version is the financial project plan, another financial plan, or project resources. -
ExportOptions: array
Export Options
Title:
Export OptionsThe Export Option resource is used to select the planning options attributes to export. -
FixedDateForCostConversion: string
(date-time)
Title:
Fixed Date for Cost ConversionThe date that is used to derive rates for calculating planned costs for planning currencies. -
FixedDateForRevenueConversion: string
(date-time)
Title:
Fixed Date for Revenue ConversionThe date that is used to derive rates for calculating planned revenue for planning currencies. -
ForecastETCMethod: string
Title:
Forecast ETC MethodMaximum Length:255Method used to calculate estimate-to-complete values in project forecast. -
JobCostOptions: string
Title:
Job Cost OptionsMaximum Length:255Rate schedule used for the calculation of cost amounts for jobs. -
JobRevenueOptions: string
Title:
Job Revenue OptionsMaximum Length:255Rate schedule used for the calculation of revenue amounts for jobs. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaintainManualSpreadOnDateChanges: string
Title:
Maintain manual spread on date changesMaximum Length:1Indicates whether the periodic planning is retained in the plan version on plan line date modifications. A value of Y indicates that the attribute is selected. A value of N means that the attribute is not selected. -
MultipleTransactionCurrencies: string
Title:
Multiple Transaction CurrenciesMaximum Length:255Indicates that the plan can use multiple transaction currencies. A value of Y indicates that the attribute is selected. A value of N means that the attribute is not selected. -
NonlaborResourceCostOptions: string
Title:
Nonlabor ResourceMaximum Length:255Rate schedule used for the calculation of cost amounts for non-labor resources. -
NonlaborResourceRevenueOptions: string
Title:
Nonlabor ResourceMaximum Length:255Rate schedule used for the calculation of revenue amounts for non-labor resources. -
OpenCommitments: string
Title:
Open CommitmentsMaximum Length:1Indicates whether project costs from commitments are included when generating budgets or forecasts. -
PeriodProfile: string
Title:
Period ProfileMaximum Length:255Defines how time periods are grouped and displayed when editing forecast versions. -
PersonCostOptions: string
Title:
Person Cost OptionsMaximum Length:255Rate schedule used for the calculation of cost amounts for named persons. -
PersonRevenueOptions: string
Title:
Person Revenue OptionsMaximum Length:255Rate schedule used for the calculation of revenue amounts for named persons. -
PlanningCurrencies: array
Planning Currencies
Title:
Planning CurrenciesThe Planning Currency resource is used to view, create, update, and delete project and planning currencies. -
PlanningLevel: string
Title:
Planning LevelMaximum Length:255Level of the forecast at which amounts can be entered. -
PlanningOptionId: integer
(int64)
Identifier of the summary level planning option in the project forecast version.
-
PlanningOptionsDFF: array
Planning Options Descriptive Flexfields
Title:
Planning Options Descriptive FlexfieldsThe Planning Options Descriptive Flexfields resource is used to capture, view, and update additional information for planning options in project forecast versions. -
PlanningResourceBreakdownStructure: string
Title:
Planning Resource Breakdown StructureMaximum Length:255Planning resource breakdown structure associated with the project. -
ProjectCurrency: string
Title:
Project CurrencyRead Only:trueMaximum Length:15Currency for the project. -
ProjectLedgerCurrency: string
Title:
Project Ledger CurrencyRead Only:trueMaximum Length:15Project ledger currency for the project. -
ProjectRoleCostOptions: string
Title:
Project Role Cost OptionsMaximum Length:255Rate schedule used for the calculation of cost amounts for project role. -
ProjectRoleRevenueOptions: string
Title:
Project Role Revenue OptionsMaximum Length:255Rate schedule used for the calculation of cost amounts for project role. -
RateDerivationDate: string
(date-time)
Title:
Rate Derivation DateThe date that's used as the basis for deriving rates for calculating amounts on a None time phased forecast version. -
RateDerivationDateType: string
Title:
Rate Derivation Date TypeMaximum Length:255The date type, for example, the system date or a fixed date that's used as the basis for deriving rates for calculating amounts on a None time phased forecast version. -
RateTypeForCostConversion: string
Title:
Rate Type for Cost ConversionMaximum Length:255Cost rate type that is used as a cost conversion attribute for planning currencies. -
RateTypeForRevenueConversion: string
Title:
Rate Type for Revenue ConversionRead Only:trueMaximum Length:255Revenue rate type that is used as a revenue conversion attribute for planning currencies. -
ReportCost: string
Title:
Report CostMaximum Length:255Determines the cost amount types that are used to calculate and report margins on forecasts. -
ResourceClassCostOptions: string
Title:
Resource Class Cost OptionsMaximum Length:255Rate schedule used for the calculation of cost amounts for resource classes. This is used for cost calculation when rates are unavailable in rate schedules for named persons, jobs, or non-labor resources. -
ResourceClassRevenueOptions: string
Title:
Resource Class Revenue OptionsMaximum Length:255Rate schedule used for the calculation of revenue amounts for resource classes. This is used for revenue calculation when rates are unavailable in rate schedules for named persons, jobs, or non-labor resources. -
RetainManuallyAddedForecastLinesFlag: boolean
Title:
Retain manually added forecast linesIndicates whether manually added plans lines are retained when the forecast version is regenerated. -
RetainOverrideRatesFromSourceFlag: boolean
Indicates whether user specified cost and revenue rates from the source must be retained when generating the target budget or forecast version.
-
RetainSpreadFromSourceFlag: boolean
Title:
Retain Spread from SourceIndicates whether the periodic planning from the source is retained in the generated forecast version. -
RevenueDateTypeForConversionInPC: string
Title:
Project Currency Conversion: Revenue Date TypeMaximum Length:255Date type that is used as a revenue conversion attribute for project currency. -
RevenueDateTypeForConversionInPLC: string
Title:
Project Ledger Currency Conversion: Revenue Date TypeMaximum Length:255Date type that is used as a revenue conversion attribute for project ledger currency. -
RevenueFixedDateForConversionInPC: string
(date-time)
Title:
Project Currency Conversion: Revenue Fixed DateDate that's used as a revenue conversion attribute for project currency. -
RevenueFixedDateForConversionInPLC: string
(date-time)
Title:
Project Ledger Currency Conversion: Revenue Fixed DateDate that's used as a revenue conversion attribute for project ledger currency. -
RevenueGenerationMethod: string
Title:
Revenue Generation MethodMaximum Length:255Determines whether forecast revenue is calculated based on quantity and rates, event amounts, or the spread ratio specified for tasks. -
RevenueRateTypeForConversionInPC: string
Title:
Project Currency Conversion: Revenue Rate TypeMaximum Length:255Revenue rate type that is used as a revenue conversion attribute for project currency. -
RevenueRateTypeForConversionInPLC: string
Title:
Project Ledger Currency Conversion: Revenue Rate TypeMaximum Length:255Revenue rate type that is used as a revenue conversion attribute for project ledger currency. -
UsePlanningRatesFlag: boolean
Title:
Use Planning RatesEnables utilization of planning rates for resources and resource classes when calculating forecast amounts. -
UseSameConversionAttributeForAllCurrencyConversionsFlag: boolean
Title:
Use Same Conversion Attribute for All Currency ConversionsIndicates whether you can use the same currency conversion attribute for all currencies.
Nested Schema : Amount Types
Type:
arrayTitle:
Amount TypesThe Amount Type resource is used to select the cost and revenue items to include in a financial plan type.
Show Source
Nested Schema : Export Options
Type:
arrayTitle:
Export OptionsThe Export Option resource is used to select the planning options attributes to export.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Planning Currencies
Type:
arrayTitle:
Planning CurrenciesThe Planning Currency resource is used to view, create, update, and delete project and planning currencies.
Show Source
Nested Schema : Planning Options Descriptive Flexfields
Type:
arrayTitle:
Planning Options Descriptive FlexfieldsThe Planning Options Descriptive Flexfields resource is used to capture, view, and update additional information for planning options in project forecast versions.
Show Source
Nested Schema : projectForecasts-PlanningOptions-AmountTypes-item-response
Type:
Show Source
object-
AmountTypeId: integer
(int64)
Title:
Amount Type IDIdentifier of the project forecast version amount types. -
BillRateFlag: boolean
Title:
Bill rateIndicates whether the revenue rate is editable. -
BurdenedCostFlag: boolean
Title:
Burdened CostIndicates whether the burdened cost amounts for a forecast version are editable. -
BurdenedCostRateFlag: boolean
Title:
Burdened Cost RateIndicates whether the burdened cost rate is editable. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuantityFlag: boolean
Title:
QuantityMaximum Length:255Indicates whether the quantity is editable on a budget or forecast version. -
RawCostFlag: boolean
Title:
Raw CostIndicates whether the raw cost amounts for a forecast version are editable. -
RawCostRateFlag: boolean
Title:
Raw Cost RateIndicates whether the raw cost rate is editable. -
RevenueFlag: boolean
Title:
RevenueIndicates whether the revenue for a forecast version is editable.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-PlanningOptions-ExportOptions-item-response
Type:
Show Source
object-
ActualBurdenedCostAmounts: string
Title:
Burdened Cost: Actual AmountsMaximum Length:1Actual burdened cost amounts incurred on the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualBurdenedCostInPC: string
Title:
Burdened Cost in Project Currency: Actual AmountsMaximum Length:1Actual burdened costs incurred on the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualBurdenedCostInPLC: string
Title:
Burdened Cost in Project Ledger Currency: Actual AmountsMaximum Length:1Actual burdened costs incurred on the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualMargin: string
Title:
Margin: Actual AmountsMaximum Length:1Difference between actual project-related costs and actual revenue amounts. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualMarginInPC: string
Title:
Margin in Project Currency: Actual AmountsMaximum Length:1Difference between actual project-related costs and actual revenue amounts calculated using project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualMarginInPLC: string
Title:
Margin in Project Ledger Currency: Actual AmountsMaximum Length:1Difference between actual project-related costs and actual revenue amounts calculated using project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualQuantity: string
Title:
Quantity: Actual AmountsMaximum Length:1Actual quantity of resource effort spent on a task or project, including labor and equipment. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRawCostAmounts: string
Title:
Raw Cost: Actual AmountsMaximum Length:1Actual cost amounts incurred on the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRawCostInPC: string
Title:
Raw Cost in Project Currency: Actual AmountsMaximum Length:1Actual cost amounts incurred on the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRawCostInPLC: string
Title:
Raw Cost in Project Ledger Currency: Actual AmountsMaximum Length:1Actual cost amounts incurred on the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRevenueAmounts: string
Title:
Revenue: Actual AmountsMaximum Length:1Actual revenue that's associated with the accounting period or a plan line in the forecast. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRevenueInPC: string
Title:
Revenue in Project Currency: Actual AmountsMaximum Length:1Actual revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ActualRevenueInPLC: string
Title:
Revenue in Project Ledger Currency: Actual AmountsMaximum Length:1Actual revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostEffectiveMultiplier: string
Title:
Burdened Cost: Effective MultiplierMaximum Length:1Multiplier used to calculate the burdened costs. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostInvoiceCommitments: string
Title:
Burdened Cost Commitments: Supplier InvoicesMaximum Length:1Costs for supplier invoices billed against the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostInvoiceCommitmentsInPC: string
Title:
Burdened Cost Commitments in Project Currency: Supplier InvoicesMaximum Length:1Burdened costs for supplier invoices billed against the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostInvoiceCommitmentsInPLC: string
Title:
Burdened Cost Commitments in Project Ledger Currency: Supplier InvoicesMaximum Length:1Burdened costs for supplier invoices billed against the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPOCommitments: string
Title:
Burdened Cost Commitments: Purchase OrdersMaximum Length:1Burdened costs for purchase orders against the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPOCommitmentsInPC: string
Title:
Burdened Cost Commitments in Project Currency: Purchase OrdersMaximum Length:1Burdened costs for purchase orders against the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPOCommitmentsInPLC: string
Title:
Burdened Cost Commitments in Project Ledger Currency: Purchase OrdersMaximum Length:1Burdened costs for purchase orders against the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPRCommitments: string
Title:
Burdened Cost Commitments: RequisitionsMaximum Length:1Burdened costs for outstanding purchase requisitions against the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPRCommitmentsInPC: string
Title:
Burdened Cost Commitments in Project Currency: RequisitionsMaximum Length:1Burdened costs for outstanding purchase requisitions against the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostPRInCommitmentsPLC: string
Title:
Burdened Cost Commitments in Project Ledger Currency: RequisitionsMaximum Length:1Burdened costs for outstanding purchase requisitions against the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostStandardMultiplier: string
Title:
Burdened Cost: Standard MultiplierMaximum Length:1Standard multiplier derived from the burden schedule for calculating burdened cost. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
BurdenedCostStandardRate: string
Title:
Burdened Cost: Standard RateMaximum Length:1Standard rate derived from the rate schedule for calculating the burdened cost. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
DisplayCommitmentsFlag: boolean
Title:
Display CommitmentsIndicates whether to display the external commitments present in the budget or forecast plan lines. -
DisplayRatesAndAmountsInMultipleTransactionCurrenciesFlag: boolean
Title:
Display currency conversion attributes and amounts in multiple transaction currenciesIndicates whether to display the currency conversion attributes and amounts in multiple transaction currencies if the plan type allows planning in multiple transaction currencies. -
EACBurdenedCost: string
Title:
Burdened Cost: EACMaximum Length:1Estimate of burdened cost amounts incurred on the project at completion. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACBurdenedCostInPC: string
Title:
Burdened Cost in Project Currency: EACMaximum Length:1Estimate of burdened costs incurred on the project at completion, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACBurdenedCostInPLC: string
Title:
Burdened Cost in Project Ledger Currency: EACMaximum Length:1Estimate of burdened costs incurred on the project at completion, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACMargin: string
Title:
Margin: EACMaximum Length:1Estimated difference between actual project-related costs and actual revenue amounts at the completion of the task or project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACMarginInPC: string
Title:
Margin in Project Currency: EACMaximum Length:1Estimated difference between project-related costs and revenue amounts at the completion of the task or project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACMarginInPLC: string
Title:
Margin in Project Ledger Currency: EACMaximum Length:1Estimated difference between project-related costs and revenue amounts at the completion of the task or project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACMarginPercentage: string
Title:
Margin Percentage: EACMaximum Length:1Estimated difference between actual project-related costs and actual revenue amounts at the completion of the task or project, denoted as a percentage. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACQuantity: string
Title:
Quantity: EACMaximum Length:1Estimate-at-completion quantity of resource effort spent on a task or project, including labor and equipment. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRawCost: string
Title:
Raw Cost: EACMaximum Length:1Estimate of cost amounts incurred on the project at completion. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRawCostInPC: string
Title:
Raw Cost in Project Currency: EACMaximum Length:1Estimate of cost amounts incurred on the project at completion, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRawCostInPLC: string
Title:
Raw Cost in Project Ledger Currency: EACMaximum Length:1Estimate of cost amounts incurred on the project at completion, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRevenue: string
Title:
Revenue: EACMaximum Length:201Estimate-at-completion revenue that's associated with the accounting period or a plan line in the forecast. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRevenueInPC: string
Title:
Revenue in Project Currency: EACMaximum Length:1Estimate-at-completion revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EACRevenueInPLC: string
Title:
Revenue in Project Ledger Currency: EACMaximum Length:1Estimate-at-completion revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EffectiveBurdenedCostRate: string
Title:
Burdened Cost: Effective RateMaximum Length:1User entered rate for calculating the burdened cost. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EffectiveRawCostRate: string
Title:
Raw Cost: Effective RateMaximum Length:1User entered rate for calculating the raw cost. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
EffectiveRevenueRate: string
Title:
Effective Revenue RateMaximum Length:1User entered rate for calculating revenue. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCBurdenedCost: string
Title:
Burdened Cost: ETCMaximum Length:1Estimate of burdened cost amounts to be incurred to complete the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCBurdenedCostInPC: string
Title:
Burdened Cost in Project Currency: ETCMaximum Length:1Estimate of burdened costs to be incurred to complete the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCBurdenedCostInPLC: string
Title:
Burdened Cost in Project Ledger Currency: ETCMaximum Length:1Estimate of burdened costs to be incurred to complete the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCMargin: string
Title:
Margin: ETCMaximum Length:1Estimated difference between actual project-related costs and actual revenue amounts to complete the task or project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCMarginInPC: string
Title:
Margin in Project Currency: ETCMaximum Length:1Estimated difference between actual project-related costs and actual revenue amounts to complete the task or project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCMarginInPLC: string
Maximum Length:
1Estimated difference between actual project-related costs and actual revenue amounts to complete the task or project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCMarginPercentage: string
Title:
Margin Percentage: ETCMaximum Length:1Estimated difference between actual project-related costs and actual revenue amounts to complete the task or project, denoted as a percentage. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCQuantity: string
Title:
Quantity: ETCMaximum Length:1Estimate-to-complete quantity of resource effort spent on a task or project, including labor and equipment. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRawCost: string
Title:
Raw Cost: ETCMaximum Length:1Estimate of cost amounts to be incurred to complete the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRawCostInPC: string
Title:
Raw Cost in Project Currency: ETCMaximum Length:1Estimate of cost amounts to be incurred to complete the project, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRawCostInPLC: string
Title:
Raw Cost in Project Ledger Currency: ETCMaximum Length:1Estimate of cost amounts to be incurred to complete the project, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRevenue: string
Title:
ETC RevenueMaximum Length:1Estimate-to-complete revenue that's associated with the accounting period or a plan line in the forecast. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRevenueInPC: string
Title:
Revenue in Project Currency: ETCMaximum Length:1Estimate-to-complete revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ETCRevenueInPLC: string
Title:
Revenue in Project Ledger Currency: ETCMaximum Length:1Estimate-to-complete revenue that's associated with the accounting period or a financial plan line in the forecast, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ExportOptionId: integer
Title:
Export Options IDIdentifier of the project forecast version export options. -
FromDate: string
Title:
From DateMaximum Length:1From date of the forecast line. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PlanningCurrency: string
Title:
Planning CurrencyRead Only:trueMaximum Length:1Currency used for planning in the forecast line. This value is always set to true and the attribute is exported. -
PlanningResource: string
Title:
Planning ResourceRead Only:trueMaximum Length:1Resource used for financial planning in the forecast line. This value is always set to true and the attribute is exported. -
ProjectCurrencyConversionCostDate: string
Title:
Project Currency Conversion: Cost DateMaximum Length:1Date that's used as a cost conversion attribute for project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionCostDateType: string
Title:
Project Currency Conversion: Cost Date TypeMaximum Length:1Date type that's used as a cost conversion attribute for project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionCostRate: string
Title:
Project Currency Conversion: Cost RateMaximum Length:1Cost rate used when converting the amounts to project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionCostRateType: string
Title:
Project Currency Conversion: Cost Rate TypeMaximum Length:1The type of currency conversion rate for the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionRevenueDate: string
Title:
Project Currency Conversion: Revenue DateMaximum Length:1Date that's used as a revenue conversion attribute for project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionRevenueDateType: string
Title:
Project Currency Conversion: Revenue Date TypeMaximum Length:1Date type that's used as a revenue conversion attribute for project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionRevenueRate: string
Title:
Project Currency Conversion: Revenue RateMaximum Length:1Revenue rate used when converting the amounts to project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectCurrencyConversionRevenueRateType: string
Title:
Project Currency Conversion: Revenue Rate TypeMaximum Length:1The type of currency conversion rate for the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionCostDate: string
Title:
Project Ledger Currency Conversion: Cost DateMaximum Length:1Date that's used as a cost conversion attribute for project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionCostDateType: string
Title:
Project Ledger Currency Conversion: Cost Date TypeMaximum Length:1Date type that's used as a cost conversion attribute for project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionCostRate: string
Title:
Project Ledger Currency Conversion: Cost RateMaximum Length:1Cost rate used when converting the amounts to project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionCostRateType: string
Title:
Project Ledger Currency Conversion: Cost Rate TypeMaximum Length:1The type of currency conversion rate for the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionRevenueDate: string
Title:
Project Ledger Currency Conversion: Revenue DateMaximum Length:1Date that's used as a revenue conversion attribute for project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionRevenueDateType: string
Title:
Project Ledger Currency Conversion: Revenue Date TypeMaximum Length:1Date type that's used as a revenue conversion attribute for project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionRevenueRate: string
Title:
Project Ledger Currency Conversion: Revenue RateMaximum Length:1Revenue rate used when converting the amounts to project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ProjectLedgerCurrencyConversionRevenueRateType: string
Title:
Project Ledger Currency Conversion: Revenue Rate TypeMaximum Length:1The type of currency conversion rate for the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
QuantityInvoiceCommitments: string
Title:
Quantity Commitments: Supplier InvoicesMaximum Length:1Planned quantity of supplier invoice commitments required to complete a project or task. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
QuantityPOCommitments: string
Title:
Quantity Commitments: Purchase OrdersMaximum Length:1Planned quantity of purchase order commitments required to complete a project or task. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
QuantityPRCommitments: string
Title:
Quantity Commitments: RequisitionsMaximum Length:1Planned quantity of purchase requisition commitments required to complete a project or task. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostInvoiceCommitments: string
Title:
Raw Cost Commitments: Supplier InvoicesMaximum Length:1Costs from supplier invoices that are directly attributable to work performed. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostInvoiceCommitmentsInPC: string
Title:
Raw Cost Commitments in Project Currency: Supplier InvoicesMaximum Length:1Costs from supplier invoices that are directly attributable to work performed, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostInvoiceCommitmentsInPLC: string
Title:
Raw Cost Commitments in Project Ledger Currency: Supplier InvoicesMaximum Length:1Costs from supplier invoices that are directly attributable to work performed, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPOCommitments: string
Title:
Raw Cost Commitments: Purchase OrdersMaximum Length:1Purchase order costs that are directly attributable to work performed. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPOCommitmentsInPC: string
Title:
Raw Cost Commitments in Project Currency: Purchase OrdersMaximum Length:1Purchase order costs that are directly attributable to work performed, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPOCommitmentsInPLC: string
Title:
Raw Cost Commitments in Project Ledger Currency: Purchase OrdersMaximum Length:1Purchase order costs that are directly attributable to work performed, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPRCommitments: string
Title:
Raw Cost Commitments: RequisitionsMaximum Length:1Purchase requisition costs that are directly attributable to work performed. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPRCommitmentsInPC: string
Title:
Raw Cost Commitments in Project Currency: RequisitionsMaximum Length:1Purchase requisition costs that are directly attributable to work performed, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
RawCostPRCommitmentsInPLC: string
Title:
Raw Cost Commitments in Project Ledger Currency: RequisitionsMaximum Length:1Purchase requisition costs that are directly attributable to work performed, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
ResourceClass: string
Title:
Resource ClassRead Only:trueMaximum Length:1Resource class associated with the forecast line. This value is always set to true and the attribute is exported. -
SpreadCurve: string
Title:
Spread CurveRead Only:trueMaximum Length:1Spread curve associated with the forecast line. This value is always set to true and the attribute is exported. -
StandardRawCostRate: string
Title:
Raw Cost: Standard RateMaximum Length:1Rate derived from the rate schedule for calculating raw cost. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
StandardRevenueRate: string
Title:
Revenue: Standard RateMaximum Length:1Rate derived from the rate schedule for calculating revenue. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TaskName: string
Title:
Task NameRead Only:trueMaximum Length:1Name assigned to a task. This value is always set to true and the attribute is exported. -
TaskNumber: string
Title:
Task NumberRead Only:trueMaximum Length:1Number of the task. This value is always set to true and the attribute is exported. -
ToDate: string
Title:
To DateMaximum Length:1End date of the forecast line. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalBurdenedCostCommitments: string
Title:
Burdened Cost: Total CommitmentsMaximum Length:1Total burdened costs for all commitments such as purchase order, supplier invoices, and requisitions. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalBurdenedCostCommitmentsInPC: string
Title:
Burdened Cost in Project Currency: Total CommitmentsMaximum Length:1Total burdened costs for all commitments such as purchase order, supplier invoices, and requisitions, denoted in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalBurdenedCostCommitmentsInPLC: string
Title:
Burdened Cost in Project Ledger Currency: Total CommitmentsMaximum Length:1Total burdened costs for all commitments such as purchase order, supplier invoices, and requisitions, denoted in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalQuantityCommitments: string
Title:
Quantity: Total CommitmentsMaximum Length:1Total commitments quantity required to complete a project or task. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalRawCostCommitments: string
Title:
Raw Cost: Total CommitmentsMaximum Length:1Total commitments incurred by the project. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalRawCostCommitmentsInPC: string
Title:
Raw Cost in Project Currency: Total CommitmentsMaximum Length:1Total commitments incurred by the project in project currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
TotalRawCostCommitmentsInPLC: string
Title:
Raw Cost Commitments in Project Currency: Total CommitmentsMaximum Length:1Total commitments incurred by the project in project ledger currency. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export. -
UnitOfMeasure: string
Title:
Unit of MeasureMaximum Length:1Unit of measure for a resource. A value of Y indicates that the attribute is selected for export. A value of N indicates that the attribute isn't selected for export.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-PlanningOptions-PlanningCurrencies-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PlanningCurrencyCode: string
Title:
Planning Currency CodeMaximum Length:15Currency code for the planning currency. -
PlanningCurrencyId: integer
(int64)
Title:
Planning Currency IDIdentifier of the planning currency.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-PlanningOptions-PlanningOptionsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Code that identifies the context for the segments of the planning options flexfields. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentName of the context for the segments of the planning options flexfields. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PlanningOptionId: integer
(int64)
Identifier of the summary level planning option in the project forecast version.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-PlanningResources-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaintainManualSpreadOnDateChanges: string
Default Value:
NIndicates whether the periodic planning is retained in the plan version on plan line date modifications. -
PlanningAmounts: array
Planning Amounts
Title:
Planning AmountsThe Planning Amounts resource is used to view project forecast resource assignment summary amounts. -
PlanningElementId: integer
(int64)
Title:
Planning Element IDIdentifier of the planning resources of the forecast version. -
PlanningEndDate: string
(date-time)
Title:
Planning Dates: To DateThe date that is planned on the financial plan for a resource to begin their assignment on a project task. -
PlanningStartDate: string
(date-time)
Title:
Planning Dates: From DateThe date that is planned on the financial plan for a resource to finish their assignment on a project task. -
RbsElementId: integer
(int64)
Title:
Planning ResourceIdentifier of the resource breakdown structure element used to create the financial plan resource assignment. -
ResourceClass: string
Title:
Resource ClassRead Only:trueMaximum Length:240Grouping of predefined resource types to which the resource in the financial plan resource assignment belongs. A list of valid values are Labor, Equipment, Material Items, and Financial Resources. -
ResourceName: string
Title:
ResourceMaximum Length:240Name or alias of the resource included in the planning resource breakdown structure that is used to create the financial plan resource assignment. -
TaskId: integer
(int64)
Title:
TaskIdentifier of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment. -
TaskName: string
Title:
Task NameMaximum Length:255Name of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task ID, and Task Number but not for all three or a combination of them while creating a financial plan resource assignment. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task for which a financial plan resource assignment is created. You must enter a value for only one from among this attribute, Task Name, and Task ID but not for all three or a combination of them while creating a financial plan resource assignment. -
UnitOfMeasure: string
Title:
Unit of MeasureRead Only:trueUnit of work that measures the quantity of effort for which the resource is planned for on the financial plan resource assignment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Planning Amounts
Type:
arrayTitle:
Planning AmountsThe Planning Amounts resource is used to view project forecast resource assignment summary amounts.
Show Source
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-item-response
Type:
Show Source
object-
ActualBurdenedCost: number
Title:
Actual Burdened CostRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date. -
ActualBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date. -
ActualBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date. -
ActualBurdenedCostRate: number
Title:
Burdened Cost RateRead Only:trueActual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs. -
ActualQuantity: number
Title:
Actual QuantityRead Only:trueActual effort for the forecast version resource assignment from the start of the project till the current date. -
ActualRawCost: number
Title:
Actual Raw CostRead Only:trueActual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostRate: number
Read Only:
trueRate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed. -
ActualRevenue: number
Title:
Revenue: Actual AmountRead Only:trueAmount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date. -
ActualRevenueInProjectCurrency: number
Title:
Revenue in Project Currency: Actual AmountsRead Only:trueAmount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date. -
ActualRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: Actual AmountRead Only:trueAmount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date. -
ActualRevenueRate: number
Title:
Actual RateRead Only:trueRate that is used to calculate the actual revenue for the forecast version resource assignment. -
Currency: string
Maximum Length:
15Code that identifies the planning currency on the forecast version resource assignment. -
EACBurdenedCost: number
Title:
Burdened CostEstimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: EACRead Only:trueEstimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: EACRead Only:trueEstimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostRate: number
Title:
Burdened Cost: Total Burdened Cost RateRead Only:trueRate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs. -
EACQuantity: number
Title:
Quantity: EACMeasure of the effort planned for in the forecast version resource assignment. -
EACRawCost: number
Title:
Raw CostEstimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: EACRead Only:trueEstimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: EACRead Only:trueEstimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostRate: number
Title:
Raw Cost: Total Raw Cost RateRead Only:trueRate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRevenue: number
Title:
Revenue: EACEstimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueInProjectCurrency: number
Title:
Revenue in Project Currency: EACRead Only:trueEstimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: EACRead Only:trueEstimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueRate: number
Title:
Effective RateRead Only:trueRate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment. -
EffectiveETCBurdenedCostRate: number
Title:
Burdened Cost: Effective RateCost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts. -
EffectiveETCRawCostRate: number
Title:
Effective ETC RateCost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts. -
EffectiveETCRevenueRate: number
Title:
Revenue: Effective RateRevenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue. -
ETCBurdenedCost: number
Title:
ETC Burdened CostRead Only:trueEstimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: ETCRead Only:trueEstimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: ETCRead Only:trueEstimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCQuantity: number
Title:
Quantity: ETCRead Only:trueEstimated remaining effort by the forecast version resource assignment for completion. -
ETCRawCost: number
Title:
ETC Raw CostRead Only:trueEstimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: ETCRead Only:trueEstimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: ETCRead Only:trueEstimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRevenue: number
Title:
Revenue: ETCRead Only:trueEstimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment. -
ETCRevenueInProjectCurrency: number
Title:
Revenue in Project Currency: ETCRead Only:trueEstimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment. -
ETCRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: ETCRead Only:trueEstimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManualSpreadFlag: boolean
Maximum Length:
1Indicates if the periodic planning is modified and retained for the plan line on date changes. -
PlanLineId: integer
(int64)
Title:
Plan Line IDIdentifier of the summary level planning amounts for a resource assignment in the forecast version. -
PlanLinesDFF: array
Plan Lines Descriptive Flexfields
Title:
Plan Lines Descriptive FlexfieldsThe Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts. -
PlanningAmountDetails: array
Planning Amount Details
Title:
Planning Amount DetailsThe Planning Amount Details resource is used to view project forecast resource assignment periodic amounts. -
PurchaseOrderCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs. -
PurchaseOrderCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs. -
PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs. -
PurchaseOrderCommittedQuantity: number
Title:
Quantity Commitments: Purchase OrdersRead Only:trueEffort for the forecast version resource assignment committed through purchase orders. -
PurchaseOrderCommittedRawCost: number
Title:
Raw Cost Commitments: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed. -
PurchaseOrderCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed. -
PurchaseOrderCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed. -
RequisitionCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs. -
RequisitionCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs. -
RequisitionCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs. -
RequisitionCommittedQuantity: number
Title:
RequisitionsRead Only:trueEffort for the forecast version resource assignment committed through requisitions. -
RequisitionCommittedRawCost: number
Title:
Raw Cost Commitments: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed. -
RequisitionCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed. -
RequisitionCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed. -
StandardETCBurdenedCostRate: number
Title:
Standard Burdened Cost RateRead Only:trueAverage rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment. -
StandardETCRawCostRate: number
Title:
Standard ETC RateRead Only:trueRate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment. -
StandardETCRevenueRate: number
Title:
Revenue: Standard RateRead Only:trueRate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment. -
SupplierInvoiceCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs. -
SupplierInvoiceCommittedBurdenedCostinProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs. -
SupplierInvoiceCommittedBurdenedCostinProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs. -
SupplierInvoiceCommittedQuantity: number
Title:
Quantity Commitments: Supplier InvoicesRead Only:trueEffort for the forecast version resource assignment committed through supplier invoices. -
SupplierInvoiceCommittedRawCost: number
Title:
Raw Cost Commitments: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed. -
SupplierInvoiceCommittedRawCostinProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed. -
SupplierInvoiceCommittedRawCostinProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed. -
TotalCommittedBurdenedCost: number
Title:
Burdened Cost: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs. -
TotalCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs. -
TotalCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs. -
TotalCommittedQuantity: number
Title:
Quantity: Total CommitmentsRead Only:trueCommitted effort for the forecast version resource assignment. -
TotalCommittedRawCost: number
Title:
Raw Cost: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed. -
TotalCommittedRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed. -
TotalCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed. -
TransferOrderCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs. -
TransferOrderCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs. -
TransferOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs. -
TransferOrderCommittedQuantity: number
Title:
Quantity Commitments: Transfer OrdersRead Only:trueEffort for the forecast version resource assignment committed through transfer orders. -
TransferOrderCommittedRawCost: number
Title:
Raw Cost Commitments: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed. -
TransferOrderCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed. -
TransferOrderCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Plan Lines Descriptive Flexfields
Type:
arrayTitle:
Plan Lines Descriptive FlexfieldsThe Plan Lines Descriptive Flexfields resource is used to capture and view additional information for planning amounts in project forecasts.
Show Source
Nested Schema : Planning Amount Details
Type:
arrayTitle:
Planning Amount DetailsThe Planning Amount Details resource is used to view project forecast resource assignment periodic amounts.
Show Source
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-PlanLinesDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Code that identifies the context for the segments of the plan lines flexfields. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentName of the context for the segments of the plan lines flexfields. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PlanLineId: integer
(int64)
Identifier of the summary level planning amounts for a plan line in the project forecast.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-PlanningResources-PlanningAmounts-PlanningAmountDetails-item-response
Type:
Show Source
object-
ActualBurdenedCost: number
Title:
Burdened Cost: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in planning currency from the start of the project till the current date. -
ActualBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in project currency from the start of the project till the current date. -
ActualBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment, including raw and burden costs, in project ledger currency from the start of the project till the current date. -
ActualBurdenedCostRate: number
Title:
Burdened Cost RateRead Only:trueActual burdened cost rate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs. -
ActualQuantity: number
Title:
Quantity: Actual AmountRead Only:trueActual effort for the forecast version resource assignment from the start of the project till the current date. -
ActualRawCost: number
Title:
Raw Cost: Actual AmountRead Only:trueActual cost incurred for the period in the forecast version resource assignment in planning currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment in project currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: Actual AmountsRead Only:trueActual cost incurred for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed from the start of the project till the current date. -
ActualRawCostRate: number
Title:
EAC Actual Raw Cost RateRead Only:trueRate that is used to calculate the actual cost for the forecast version resource assignment that is directly attributable to the work performed. -
ActualRevenue: number
Title:
Revenue: Actual AmountRead Only:trueAmount of revenue recognized for the forecast version resource assignment in planning currency from the inception of the project to date. -
ActualRevenueInProjectCurrency: number
Title:
Revenue in Project Currency: Actual AmountsRead Only:trueAmount of revenue recognized for the forecast version resource assignment in project currency from the inception of the project to date. -
ActualRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: Actual AmountsRead Only:trueAmount of revenue recognized for the forecast version resource assignment in project ledger currency from the inception of the project to date. -
ActualRevenueRate: number
Title:
Revenue Rate: Actual AmountRead Only:trueRate that is used to calculate the actual revenue for the forecast version resource assignment. -
EACBurdenedCost: number
Title:
Burdened Cost: EACEstimated cost in planning currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: EACRead Only:trueEstimated cost in project currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: EACRead Only:trueEstimated cost in project ledger currency, including raw and burden costs, at the completion of the task for the forecast version resource assignment. -
EACBurdenedCostRate: number
Title:
Burdened Cost: Total Burdened Cost RateRead Only:trueRate that is used to calculate the actual cost for the forecast version resource assignment that includes both raw and burden costs. -
EACQuantity: number
Title:
Quantity: EACMeasure of the effort planned for in the forecast version resource assignment. -
EACRawCost: number
Title:
Raw Cost: EACEstimated cost in planning currency at the completion of the task in the period for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: EACRead Only:trueEstimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: EACRead Only:trueEstimated cost in project ledger currency at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRawCostRate: number
Title:
Raw Cost: Total Raw Cost RateRead Only:trueRate that is used to calculate the estimated cost at the completion of the task for the forecast version resource assignment that is directly attributable to the work performed. -
EACRevenue: number
Title:
RevenueEstimated revenue amount in planning currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueInProjectCurrency: number
Title:
Revenue in Project Ledger Currency: EACRead Only:trueEstimated revenue amount in project currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: EACRead Only:trueEstimated revenue amount in project ledger currency recognized for the forecast version resource assignment at the completion of the task. -
EACRevenueRate: number
Title:
Revenue RateRead Only:trueRate that is used to calculate the estimated revenue at the completion of the task for the forecast version resource assignment. -
EffectiveETCBurdenedCostRate: number
Title:
Burdened Cost: Effective RateCost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective burdened cost rate gives the burdened cost amounts. -
EffectiveETCRawCostRate: number
Title:
Raw Cost: Effective RateCost rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective raw cost rate gives the raw cost amounts. -
EffectiveETCRevenueRate: number
Title:
Effective Revenue RateRevenue rate that is used to calculate amounts for a forecast version resource assignment. Quantity multiplied by the effective revenue rate gives the revenue. -
ETCBurdenedCost: number
Title:
Burdened Cost: ETCRead Only:trueEstimated remaining cost in planning currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: ETCRead Only:trueEstimated remaining cost in project currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: ETCRead Only:trueEstimated remaining cost in project ledger currency, including raw and burden costs, required for completion of the task by the forecast version resource assignment. -
ETCQuantity: number
Title:
Quantity: ETCRead Only:trueEstimated remaining effort by the forecast version resource assignment for completion. -
ETCRawCost: number
Title:
Raw Cost: ETCRead Only:trueEstimated remaining cost in planning currency required for completion of the task in the period by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: ETCRead Only:trueEstimated remaining cost in project currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: ETCRead Only:trueEstimated remaining cost in project ledger currency required for completion of the task by the forecast version resource assignment that is directly attributable to the work performed. -
ETCRevenue: number
Title:
Revenue: ETCRead Only:trueEstimated remaining revenue amount in planning currency to be recognized for the forecast version resource assignment. -
ETCRevenueInProjectCurrency: number
Title:
Previous Forecast Revenue in Project Currency: ETCRead Only:trueEstimated remaining revenue amount in project currency to be recognized for the forecast version resource assignment. -
ETCRevenueInProjectLedgerCurrency: number
Title:
Revenue in Project Ledger Currency: ETCRead Only:trueEstimated remaining revenue amount in project ledger currency to be recognized for the forecast version resource assignment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManualSpreadFlag: boolean
Maximum Length:
1Indicates if the periodic planning is modified and retained for the plan line on date changes. -
PeriodName: string
Title:
PeriodMaximum Length:30Period for which the periodic forecast amount is entered. -
PlanLineDetailId: integer
(int64)
Identifier of the periodic level planning amounts for a resource assignment in the forecast version.
-
PurchaseOrderCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in planning currency that includes both raw and burden costs. -
PurchaseOrderCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project currency that includes both raw and burden costs. -
PurchaseOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project ledger currency that includes both raw and burden costs. -
PurchaseOrderCommittedQuantity: number
Title:
Quantity Commitments: Purchase OrdersRead Only:trueEffort for the forecast version resource assignment committed through purchase orders. -
PurchaseOrderCommittedRawCost: number
Title:
Raw Cost Commitments: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in planning currency that is directly attributable to the work performed. -
PurchaseOrderCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project currency that is directly attributable to the work performed. -
PurchaseOrderCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Purchase OrdersRead Only:trueCost for the forecast version resource assignment committed through purchase orders in project ledger currency that is directly attributable to the work performed. -
RequisitionCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in planning currency that includes both raw and burden costs. -
RequisitionCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project currency that includes both raw and burden costs. -
RequisitionCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project ledger currency that includes both raw and burden costs. -
RequisitionCommittedQuantity: number
Title:
Quantity Commitments: RequisitionsRead Only:trueEffort for the forecast version resource assignment committed through requisitions. -
RequisitionCommittedRawCost: number
Title:
Raw Cost Commitments: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in planning currency that is directly attributable to the work performed. -
RequisitionCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project currency that is directly attributable to the work performed. -
RequisitionCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: RequisitionsRead Only:trueCost for the forecast version resource assignment committed through requisitions in project ledger currency that is directly attributable to the work performed. -
StandardETCBurdenedCostRate: number
Title:
Burdened Cost: Standard RateRead Only:trueAverage rate derived from the rate schedule for calculating the planned burdened cost for the forecast version resource assignment. -
StandardETCRawCostRate: number
Title:
Raw Cost: Standard RateRead Only:trueRate derived from the rate schedule for calculating the planned raw cost for the forecast version resource assignment. -
StandardETCRevenueRate: number
Title:
Standard Revenue RateRead Only:trueRate derived from the rate schedule for calculating the planned revenue for the forecast version resource assignment. -
SupplierInvoiceCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in planning currency that includes both raw and burden costs. -
SupplierInvoiceCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project currency that includes both raw and burden costs. -
SupplierInvoiceCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project ledger currency that includes both raw and burden costs. -
SupplierInvoiceCommittedQuantity: number
Title:
Quantity Commitments: Supplier InvoicesRead Only:trueEffort for the forecast version resource assignment committed through supplier invoices. -
SupplierInvoiceCommittedRawCost: number
Title:
Raw Cost Commitments: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in planning currency that is directly attributable to the work performed. -
SupplierInvoiceCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project currency that is directly attributable to the work performed. -
SupplierInvoiceCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Supplier InvoicesRead Only:trueCost for the forecast version resource assignment committed through supplier invoices in project ledger currency that is directly attributable to the work performed. -
TotalCommittedBurdenedCost: number
Title:
Burdened Cost: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in planning currency that includes both raw and burden costs. -
TotalCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost in Project Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project currency that includes both raw and burden costs. -
TotalCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost in Project Ledger Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project ledger currency that includes both raw and burden costs. -
TotalCommittedQuantity: number
Title:
Quantity: Total CommitmentsRead Only:trueCommitted effort for the forecast version resource assignment. -
TotalCommittedRawCost: number
Title:
Raw Cost: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in planning currency that is directly attributable to the work performed. -
TotalCommittedRawCostInProjectCurrency: number
Title:
Raw Cost in Project Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project currency that is directly attributable to the work performed. -
TotalCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost in Project Ledger Currency: Total CommitmentsRead Only:trueTotal committed cost for the forecast version resource assignment in project ledger currency that is directly attributable to the work performed. -
TransferOrderCommittedBurdenedCost: number
Title:
Burdened Cost Commitments: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in planning currency that includes both raw and burden costs. -
TransferOrderCommittedBurdenedCostInProjectCurrency: number
Title:
Burdened Cost Commitments in Project Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project currency that includes both raw and burden costs. -
TransferOrderCommittedBurdenedCostInProjectLedgerCurrency: number
Title:
Burdened Cost Commitments in Project Ledger Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project ledger currency that includes both raw and burden costs. -
TransferOrderCommittedQuantity: number
Title:
Quantity Commitments: Transfer OrdersRead Only:trueEffort for the forecast version resource assignment committed through transfer orders. -
TransferOrderCommittedRawCost: number
Title:
Raw Cost Commitments: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in planning currency that is directly attributable to the work performed. -
TransferOrderCommittedRawCostInProjectCurrency: number
Title:
Raw Cost Commitments in Project Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project currency that is directly attributable to the work performed. -
TransferOrderCommittedRawCostInProjectLedgerCurrency: number
Title:
Raw Cost Commitments in Project Ledger Currency: Transfer OrdersRead Only:trueCost for the forecast version resource assignment committed through transfer orders in project ledger currency that is directly attributable to the work performed.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectForecasts-VersionErrors-item-response
Type:
Show Source
object-
ErrorType: string
Title:
Rejection TypeRead Only:trueMaximum Length:30Specifies whether a warning or error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageCause: string
Title:
CauseRead Only:trueMaximum Length:4000Explanation for the reason of an error or warning message. -
MessageName: string
Title:
Message NameRead Only:trueMaximum Length:30Message code for the issue encountered. -
MessageText: string
Title:
Message TextRead Only:trueMaximum Length:240Error or warning that occurs or information that informs users, to know what action to take or to understand what is happening. -
MessageUserAction: string
Title:
ActionRead Only:trueMaximum Length:4000States the response that end users must perform to continue and complete their tasks in response to an error or warning message. -
MessageUserDetails: string
Title:
Additional DetailsRead Only:trueMaximum Length:4000More detailed explanation of message text that states why the message occurred. -
PeriodName: string
Title:
PeriodRead Only:trueMaximum Length:30Period for which the periodic forecast amount is entered. -
PlanVersionId: number
Title:
Plan VersionRead Only:trueIdentifier of the project forecast version. -
ResourceName: string
Title:
ResourceRead Only:trueMaximum Length:240The name of the resource used to create the forecast line. -
TaskName: string
Title:
Task NameRead Only:trueMaximum Length:255Name of the task which is used to create a forecast line. -
TaskNumber: string
Title:
Task NumberRead Only:trueMaximum Length:100Number of the task which is used to create a forecast line. -
TransactionCurrencyCode: string
Title:
CurrencyRead Only:trueMaximum Length:15Currency code for the forecast lines.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- Attachments
-
Parameters:
- PlanVersionId:
$request.path.PlanVersionId
The attachments resource is used to view, create, update and delete attachments for project forecasts. - PlanVersionId:
- PlanningOptions
-
Operation: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/PlanningOptionsParameters:
- PlanVersionId:
$request.path.PlanVersionId
The Planning Options resource is used to view the planning options configured for the project forecast version. - PlanVersionId:
- PlanningResources
-
Operation: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/PlanningResourcesParameters:
- PlanVersionId:
$request.path.PlanVersionId
The Planning Resources resource is used to view project forecast resource assignments. - PlanVersionId:
- VersionErrors
-
Parameters:
- PlanVersionId:
$request.path.PlanVersionId
The Errors resource is used to view the errors in project forecasts. - PlanVersionId:
- adjust
-
Parameters:
- PlanVersionId:
$request.path.PlanVersionId
Adjusts the project forecast version using the adjustment parameters. - PlanVersionId:
- refreshActualAmounts
-
Operation: /fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/action/refreshActualAmountsParameters:
- PlanVersionId:
$request.path.PlanVersionId
Refresh actual amounts for project forecast version. Performs a refresh for the entire forecast version if you don???t specify the refreshActualAmountsFrom and refreshActualAmountsTo dates. If you specify these dates, the actual amounts that are incurred outside these dates aren???t considered for the forecast version. - PlanVersionId:
- refreshRates
-
Parameters:
- PlanVersionId:
$request.path.PlanVersionId
Refresh rates for the project forecast version. - PlanVersionId:
Examples
The following example shows how to get a project forecast version for a project by submitting a GET request on the REST resource using cURL.
curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectForecasts/10736
Response Body Example
The following shows an example of the response body in JSON format.
{
"PlanVersionId": 10736,
"PlanVersionNumber": 1,
"PlanVersionName": "Version 9",
"PlanVersionDescription": null,
"PlanVersionStatus": "Previous and Original Approved",
"ForecastCreationMethod": null,
"ForecastCreationMethodCode": null,
"ForecastGenerationSource": null,
"ForecastGenerationSourceCode": null,
"SourcePlanVersionId": null,
"SourcePlanType": null,
"SourcePlanVersionNumber": null,
"SourcePlanVersionName": null,
"SourcePlanVersionStatus": null,
"ProjectId": 999991025,
"ProjectNumber": "SMSEG-0000000000000000026",
"ProjectName": "SMName-000000000000000026",
"FinancialPlanType": "PSR CostRev Forecast",
"DeferFinancialPlanCreation": null,
"PlanningAmounts": "COST_AND_REV_TOGETHER",
"AdjustmentPercentage": null,
"RawCostInProjectCurrency": 1278040,
"BurdenedCostInProjectCurrency": 1917060,
"RevenueInProjectCurrency": 2556080,
"ActualRawCostInProjectCurrency": null,
"ActualBurdenedCostInProjectCurrency": null,
"ActualRevenueInProjectCurrency": null,
"TotalCommitmentsInProjectCurrency": 0,
"ETCStartDate": null,
"ETCRawCostInProjectCurrency": 1278040,
"ETCBurdenedCostInProjectCurrency": 1917060,
"RawCostInProjectLedgerCurrency": 0,
"BurdenedCostInProjectLedgerCurrency": 0,
"RevenueInProjectLedgerCurrency": 0,
"EACLaborEffort": 239410,
"EACEquipmentEffort": 0,
"CurrentBaselineBudgetMarginVariance": 0,
"CurrentBaselineBudgetMarginVariancePercentage": 0,
"OriginalBaselineBudgetMarginVariance": 0,
"OriginalBaselineBudgetMarginVariancePercentage": 0,
"CurrentForecastMarginVariance": 0,
"CurrentForecastMarginVariancePercentage": 0,
"PreviousForecastMarginVariance": 0,
"PreviousForecastMarginVariancePercentage": 0,
"Margin": 639020,
"MarginPercentage": 25
}