Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents the unique key fields associated with identifying a project estimate.  A project estimate can be identified by:

  • The project estimate UID, OR
  • The project estimate name and the identity of the project that contains the estimate

Format


Panel
titlePwsProjectEstimateRef
  • PwsProjectEstimateRef
    • ProjectEstimateId: Int32
    • ProjectEstimateName: String
    • ProjectEstimateUid: Int64
    • ProjectIdentity: PwsProjectRef

...

Element

Data Type

Required?

Description

Sample Data

ProjectEstimateId

Int32,

NoAt least one is required: ProjectEstimateId, ProjectEstimateName or ProjectestimateUID

This Id is a unique identifier for a project estimate. For internal use only.


ProjectEstimateName

StringOne of ProjectEstimateName or ProjectEstimateUid is required.

See ProjectEstimateId

The name is unique identifier for a project estimate. 


ProjectEstimateUid

Int64One of ProjectEstimateName or ProjectEstimateUid is required.

See ProjectEstimateId

A unique and immutable identifier for a project estimate. 

1152921504606862146

ProjectIdentity

PwsProjectRef

Yes

This structure represents the unique key fields associated with identifying a projectNo

The identity of the project that contains the project estimate. 


Usage Example(s)


Code Block
languagexml
titleExample 01collapsetrue
            <sch:ProjectEstimateIdentity>
               <com:ProjectEstimateUid>1152921504606862146</com:ProjectEstimateUid>
               <com:ProjectIdentity>
                  <com:ProjectUid>1152921504607496017</com:ProjectUid>
               </com:ProjectIdentity>
            </sch:ProjectEstimateIdentity>