Get a export options setting for a project forecast version
get
/fscmRestApi/resources/11.13.18.05/projectForecasts/{PlanVersionId}/child/PlanningOptions/{PlanningOptionId}/child/ExportOptions/{ExportOptionId}
Request
Path Parameters
-
ExportOptionId(required): integer
Identifier of the project forecast version export options.
-
PlanVersionId(required): integer(int64)
Identifier of the forecast version.
-
PlanningOptionId(required): integer(int64)
Identifier of the summary level planning option in the project 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-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 : 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.