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

Overview

This structure contains a reference to a user that has signed up to receive notification on a project task. The structure is used both to retrieve detailed project task subscription information and to pass information about a project task subscription back to the server to get updated.

Format

PwsProjectTaskSubscription
  • PwsProjectTaskSubscription

Elements

Element

Data Type

Required?

Default

Description

Sample Data

UserIdentity

PwsUserRef

Yes


The user that signs up to receive notification on tasks that are not open for time (ex. milestones).


Usage Example(s)


Example 01
                              <b:PwsProjectTaskSubscription>
                                 <b:UserIdentity>
                                    <b:UserDisplayName>Allison Moore</b:UserDisplayName>
                                    <b:UserId i:nil="true"/>
                                    <b:UserReferenceSystemId>016</b:UserReferenceSystemId>
                                    <b:UserUid>1152921504606944228</b:UserUid>
                                 </b:UserIdentity>
                              </b:PwsProjectTaskSubscription>





  • No labels