Versions Compared

Key

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

...

Panel
titlePwsEstimate
  • PwsEstimate
    • AsOfDate: DateTime
    • CompletedFlag: Boolean
    • ProjectTaskRoleIdentity: PwsProjectTaskRoleRef
    • ReferenceId: String
    • RemainingMinutes: Int32

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AsOfDate

DateTime

Yes

 


The estimate as of date.

2018-03-09T00:00:00.000Z

CompletedFlag

Boolean

 No

CompletedFlag or RemainingMinutes must be specified.

false

If set to 'true', the task is marked as

complete 

complete.

false

ProjectTaskRoleIdentity

PwsProjectTaskRoleRef

Yes

 


The project role associated with the task

 

.


ReferenceId

String

No

 


Reference id (used to affiliate 

PwsSaveTimeCardResult

PwsSaveEstimateResult records with

associated PwsTimeCardDetail records

associated PwsEstimate records).

 


RemainingMinutes

Int32

Yes

 

CompletedFlag or RemainingMinutes must be specified.


The estimated remaining minutes until task completion. If specified, must be greater than or equal to zero. CompletedFlag may not be set to 'true' if a non-zero value is specified for RemainingMinutes.

360

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <tim:PwsEstimate>
                  <tim:AsOfDate>2018-03-09T00:00:00.000Z</tim:AsOfDate>
                  <tim:CompletedFlag>false</tim:CompletedFlag>
                  <tim:ProjectTaskRoleIdentity>
                     <com:ProjectRoleIdentity>
                        <com:ProjectRoleUid>1152921504609525049</com:ProjectRoleUid>
                     </com:ProjectRoleIdentity>
                     <com:ProjectTaskIdentity>
                        <com:ProjectTaskUid>1152921504608637344</com:ProjectTaskUid>
                     </com:ProjectTaskIdentity>
                     <com:ProjectTaskRoleUid>1152921504608549426</com:ProjectTaskRoleUid>
                  </tim:ProjectTaskRoleIdentity>
                  <tim:RemainingMinutes>360</tim:RemainingMinutes>
               </tim:PwsEstimate>