Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

ContractLineItemMilestoneId

Int32

On Insert: No

On Update: No


The contract line milestone Id is a unique identifier for a contract line item milestone. For internal use only


ContractLineItemMilestoneUid

Int64

On Insert: No

On Update: Yes (if ContractLineItemMilestoneName is not supplied)

The contract line item milestone Uid is a One of ContractLineItemMilestoneUid or ContractLineItemMilestoneName is required


A unique and immutable identifier for a contract line item milestone

11529215046071047041152921504607106569

AchievedDate

DateTime

On Insert: No

On Update: No


The date (in midnight UTC) the contract line item milestone was achieved

2018-01-10T00:00:00Z


ContractLineItemIdentity

PwsContractLineItemRef

On Insert: Yes

On Update: Yes


The unique key fields associated with identifying a contract line item milestone. Click here for more information.that the milestone is associated with


ContractLineItemMilestoneName

String (100)

On Insert: Yes

On Update: No (if ContractLineItemMilestoneUid is not supplied)See ContractLineItemMilestoneUid


The contract line item milestone name

Milestone
1
 for period starting 01-Feb-2018

MilestoneAmount

Double

On Insert: Yes

On Update: No


The contract line item milestone amount 1000

10000

PlannedDate

DateTime

On Insert: Yes

On Update: No


The planned achieved date (in midnight UTC) for the contract line item milestone 

2018-01-
10T00
01T00:00:00Z

Description

String (1000)

On Insert: No

On Update: No


The contract line item milestone description 

February Milestone

ForegoneFlag

Boolean

On Insert: No

On Update: No

false

If set to 'true', it indicates that the milestone is not achieved and will not be achieved 

true/false

ProjectIdentity

PwsProjectRef

On Insert: No

On Update: No


The unique key fields associated with identifying a project. Click here for more information.project (if any) that the milestone is associated with


ProjectTaskIdentity

PwsProjectTaskRef

On Insert: No

On Update: No


The unique key fields associated with identifying a project task. Click here for more information.project task (if any) that the milestone is associated with


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                              <MilestoneDetail> <b:MilestoneDetail>
                                 <ContractLineItemMilestoneId<b:ContractLineItemMilestoneId i:nil="true"/>
                           <ContractLineItemMilestoneUid>1152921504607104704</      <b:ContractLineItemMilestoneUid>1152921504607106569</b:ContractLineItemMilestoneUid>
                           <AchievedDate>2018-01-10T00:00:00Z</AchievedDate>      <b:AchievedDate i:nil="true"/>
                                 <b:ContractLineItemIdentity>
 <ContractLineItemIdentity>                                   <ContractLineItemCode>P001395<b:ContractLineItemCode>P001320-CL1</b:ContractLineItemCode>
                                  <ContractLineItemId  <b:ContractLineItemId i:nil="true"/>
                                 <ContractLineItemUid>1152921504607083377</   <b:ContractLineItemUid>1152921504607083461</b:ContractLineItemUid>
                                 </b:ContractLineItemIdentity>
                                 <b:ContractLineItemMilestoneName>Milestone for period <ContractLineItemMilestoneName>Milestone 1</ContractLineItemMilestoneName>starting 01-Feb-2018</b:ContractLineItemMilestoneName>
                               <MilestoneAmount>1000</MilestoneAmount>  <b:MilestoneAmount>10000</b:MilestoneAmount>
                                 <PlannedDate>2018<b:PlannedDate>2018-01-10T0001T00:00:00Z</b:PlannedDate>
                           <Description i:nil="true"/>      <b:Description>February Milestone</b:Description>
                                 <ForegoneFlag>false<<b:ForegoneFlag>false</b:ForegoneFlag>
                                 <b:ProjectIdentity>
  <ProjectIdentity>                                  <ProjectCode>P001395<b:ProjectCode>P001320-001</b:ProjectCode>
                              <ProjectId      <b:ProjectId i:nil="true"/>
                                   <ProjectUid>1152921504607412209</ProjectUid> <b:ProjectUid>1152921504607410915</b:ProjectUid>
                                 </b:ProjectIdentity>
                                 <b:ProjectTaskIdentity>
                                     <ProjectTaskIdentity<b:ExternalSystemIdentifier i:nil="true"/>
                                    <b:ProjectTaskId i:nil="true"/>
                                    <b:ProjectTaskUid>1152921504608715269</b:ProjectTaskUid>
                                 </b:ProjectTaskIdentity>
                              </b:MilestoneDetail>