Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview


This structure contains a project estimate summary structure (PwsProjectEstimateSummary). It is also where additional related information about the project estimate summary, that is not directly an attribute of the project estimate summary itself would be found. This structure is part of the response from PwsGetProjectEstimateList,


Format


PwsProjectEstimateSummaryElement
  • PwsProjectEstimateSummaryElement

Elements


Element

Data Type

Description

Sample Data

ActiveEstimateFlag

Boolean

True if this estimate is identified as the 'active' project estimate for the project that it belongs to. Each project has at most one active project estimate. If a project has any estimates, one must be designated as active.

true

CrmIntegrationFlag

Boolean

If set to true, this project estimate was created and is maintained by a CRM integration. Such estimates may not be updated by Project Estimate PWS services.

true

ProjectEstimateSummary

PwsProjectEstimateSummary

This structure includes basic information about a project estimate.


Usage Example(s)


Example
               <b:PwsProjectEstimateSummaryElement>
                  <b:ActiveEstimateFlag>true</b:ActiveEstimateFlag>
                  <b:CrmIntegrationFlag>true</b:CrmIntegrationFlag>
                  <b:ProjectEstimateSummary>
                     <b:ProjectEstimateId>15170</b:ProjectEstimateId>
                     <b:ProjectEstimateName>MoD OTM Proof of Concept</b:ProjectEstimateName>
                     <b:ProjectEstimateUid>1152921504606862146</b:ProjectEstimateUid>
                     <b:ProjectIdentity>
                        <b:ProjectCode>Leidos MoD OTM Proof of</b:ProjectCode>
                        <b:ProjectId>649041</b:ProjectId>
                        <b:ProjectUid>1152921504607496017</b:ProjectUid>
                     </b:ProjectIdentity>
                     <b:EndDate>2022-06-05T00:00:00Z</b:EndDate>
                     <b:EstimateBasis>W</b:EstimateBasis>
                     <b:StartDate>2022-01-31T00:00:00Z</b:StartDate>
                  </b:ProjectEstimateSummary>
               </b:PwsProjectEstimateSummaryElement>
  • No labels