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 9 Next »


Overview


This structure contains the complete set of information about a Contract Line Item. The structure is used both to retrieve detailed contract line item information and to pass information about a contract line item back to the server to get updated.


Format


PwsContractLineItemElement


Elements


Element

Data Type

Required?

Default

Description

Sample Data

ContractLineItemDetail

PwsContractLineItemDetail





LastFroTimeCardDate

DateTime



The last FRO time card date is stored at the CLI level. It is the last time for which system revenue on time cards is locked. If later than the last date for which revenue recognition was actually run, Projector considers the last FRO time card date to be the computed last date for which revenue recognition was run.

NULL, preserve old behavior, which is to move the last FRO time card date to latest work date in import batch if the existing last FRO time card date is earlier or null. A common use case is to set this date to a very early date (e.g., 3/3/1989, which was a very good date), so that users can use Projector's revenue recognition to set the revenue on FRO time cards – just as is done on "real" time cards.

Otherwise, set the last FRO time card date to the specified last FRO time card date with no restrictions. This is useful if the revenue on these time cards is set when the cards are loaded.

2018-01-01T00:00:00Z

LastRevenueRecognitionCutoffDate

DateTime



Last Revenue Recoginition Cut Off Date, the cut off date that was used the last time revenue was recognized

2018-12-31T00:00:00Z

Milestones

PwsContractLineItemMilestoneElement





RevenueCutoffDate

DateTime



 The Current Revenue Cutoff Date

2019-01-30T00:00:00Z


Usage Example(s)


Example 01
                 <ContractLineItems>
                     <PwsContractLineItemElement>
                        <ContractLineItemDetail>
                           <ContractLineItemCode>P001395-CL1</ContractLineItemCode>
                           <ContractLineItemId i:nil="true"/>
                           <ContractLineItemUid>1152921504607083377</ContractLineItemUid>
                           <ContractLineItemName>Web Services Engagement</ContractLineItemName>
                           <EngagementIdentity>
                              <EngagementCode>E001395</EngagementCode>
                              <EngagementId i:nil="true"/>
                              <EngagementUid>1152921504607324698</EngagementUid>
                           </EngagementIdentity>
                           <CostContractTerms>T</CostContractTerms>
                           <DeferredRevenueOpeningBalanceEngCurrency>0</DeferredRevenueOpeningBalanceEngCurrency>
                           <DeferredRevenueOpeningBalanceEngGLCurrency>0</DeferredRevenueOpeningBalanceEngGLCurrency>
                           <HoldbackAmount i:nil="true"/>
                           <HoldbackPercent i:nil="true"/>
                           <HoldbackType>N</HoldbackType>
                           <MaxCostContractAmount i:nil="true"/>
                           <MaxTimeContractAmount i:nil="true"/>
                           <MinCostContractAmount i:nil="true"/>
                           <MinTimeContractAmount i:nil="true"/>
                           <RevenueEarnedByDate i:nil="true"/>
                           <RevenueRecognitionMethod i:nil="true"/>
                           <RevenueSchedule/>
                           <TimeContractTerms>T</TimeContractTerms>
                           <ContractTypeIdentity i:nil="true"/>
                           <InheritPurchaseOrderNumberFlag>true</InheritPurchaseOrderNumberFlag>
                           <ModelContractedHoursAndOveragesFlag>false</ModelContractedHoursAndOveragesFlag>
                           <OverageProjectIdentity i:nil="true"/>
                           <PurchaseOrderNumber>PO Projector PSA</PurchaseOrderNumber>
                           <Timestamp>AAAAAA61fo0=</Timestamp>
                        </ContractLineItemDetail>
                        <LastFroTimeCardDate i:nil="true"/>
                        <LastRevenueRecognitionCutoffDate i:nil="true"/>
                        <Milestones/>
                        <RevenueCutoffDate i:nil="true"/>
                     </PwsContractLineItemElement>
                  </ContractLineItems>
                  
  • No labels