Versions Compared

Key

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

...

ElementData TypeDescriptionDefault (on insert/update)Sample Data
ContractLineItemMilestoneIdInt32Contract Line Item Milestone Id. For internal use only.

ContractLineItemMilestoneUidInt64This is the unique and immutable identifier of a Contract Line Item Milestone.
1152921504607104695
AchievedDateDateTimeThe date the Contract Line Item Milestone was achieved
2018-01-01T00:00:00Z
ContractLineItemIdentityPwsContractLineItemRef


ContractLineItemMilestoneNameStringContract Line Item Milestone Name
Milestone for period starting 01-Jan-2018
MilestoneAmountDoubleMilestone Amount
10000
PlannedDateDateTimeThe date the Contract Line Item Milestone was planned to be achieved
2018-01-01T00:00:00Z
DescriptionStringThe milestone description
Milestone for start of project
ForegoneFlagBooleanSet to true if the milestone has not and will not be achievedfalse"true" or "false"
ProjectIdentityPwsProjectRef


ProjectTaskIdentityPwsProjectTaskRef


MilestoneStatusString

Milestone Status

"P" for Pending - the milestone is yet to be achieved, but will in the future

"F" for Foregone - the milestone has not and will not be achieved

"A" for Achieved - set this by choosing an achieved date

"B" for Billed - set when this milestone is on an issued invoice


P
PurchaseOrderNumberStringMilestone Purchase Order Number
M-123A
 

Element

Data Type

Required?

Default

Description

Sample Data

AchievedDate

DateTime

 

 



The date the Contract Line Item Milestone was achieved

2018-01-01T00:00:00Z

ContractLineItemCode

String

 

 

 Contract  Contract



Contract Line Item Code. A unique identifier for the Contract Line Item.

P001396-CL1

ContractLineItemId

Int32

 

 



 Contract

Contract Line Item Id. A unique identifier for the Contract Line Item, for internal use only.


ContractLineItemUid

Int64

 

 



Contract Line Item Uid. A unique and immutable identiier for the Contract Line Item.


ContractLineItemIdentity

PwsContractLineItemRef

 

 

  Contract





ContractLineItemMilestoneName

String

 

 



Contract Line Item Milestone Name


MilestoneAmount

Double

 

 

 Milestone



Milestone Amount


PlannedDate

DateTime

 

 

 Planned



Planned Date. The planned achieved date for the Milestone.

2018-01-01

Description

String

 

 

 Milestone  If



Milestone for start of project


ForegoneFlag

Boolean

 

 



If set to "true" it indicates that the milestone is not achieved and will not be achieved.

true/false

ProjectIdentity

PwsProjectRef

 

 

 





ProjectTaskIdentity

PwsProjectTaskRef

 

 

 





Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <MilestoneDetail>
                                 <ContractLineItemMilestoneId i:nil="true"/>
                                 <ContractLineItemMilestoneUid>1152921504607104692</ContractLineItemMilestoneUid>
                                 <AchievedDate i:nil="true"/>
                                 <ContractLineItemIdentity>
                                    <ContractLineItemCode>P001396-CL1</ContractLineItemCode>
                                    <ContractLineItemId i:nil="true"/>
                                    <ContractLineItemUid>1152921504607083378</ContractLineItemUid>
                                 </ContractLineItemIdentity>
                                 <ContractLineItemMilestoneName>Milestone for period starting 01-Jan-2018</ContractLineItemMilestoneName>
                                 <MilestoneAmount>10000</MilestoneAmount>
                                 <PlannedDate i:nil="true"/>
                                 <Description>Milestone for start of project</Description>
                                 <ForegoneFlag>false</ForegoneFlag>
                                 <ProjectIdentity>
                                    <ProjectCode>P001396-001</ProjectCode>
                                    <ProjectId i:nil="true"/>
                                    <ProjectUid>1152921504607412210</ProjectUid>
                                 </ProjectIdentity>
                                 <ProjectTaskIdentity>
                                    <ExternalSystemIdentifier i:nil="true"/>
                                    <ProjectTaskId i:nil="true"/>
                                    <ProjectTaskUid>1152921504608637343</ProjectTaskUid>
                                 </ProjectTaskIdentity>
                              </MilestoneDetail>