Versions Compared

Key

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

...

This structure contains the complete set of information of a project notecontact

Format

Panel
titlePwsProjectContact

Elements

Element

Data Type

Description

Sample Data

ClientIdentity

PwsClientRef

 

 



Contact

PwsUserRef

 

 



EmailAddress

String

 

 



LocationIdentity

PwsLocationRef

 

 



MobilePhone

String

 

 



OfficePhone

String

 

 



OtherContactInformation

String

 

 



Roles

PwsContactRole

 

 



TitleIdentity

PwsTitleRef

 

 



Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
               <a:PwsProjectContact>
                  <a:ClientIdentity i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                  <a:Contact xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:UserDisplayName>Barry Allen</b:UserDisplayName>
                     <b:UserId i:nil="true"/>
                     <b:UserReferenceSystemId>barry1</b:UserReferenceSystemId>
                     <b:UserUid>1152921504607004852</b:UserUid>
                  </a:Contact>
                  <a:EmailAddress>barry1@revcorp.min.cnv1</a:EmailAddress>
                  <a:LocationIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:LocationId i:nil="true"/>
                     <b:LocationName>Shanghai</b:LocationName>
                     <b:LocationUid>1152921504606852815</b:LocationUid>
                  </a:LocationIdentity>
                  <a:MobilePhone i:nil="true"/>
                  <a:OfficePhone i:nil="true"/>
                  <a:OtherContactInformation i:nil="true"/>
                  <a:Roles>
                     <a:PwsContactRole>
                        <a:ProjectRoleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                           <b:ExternalSystemIdentifier i:nil="true"/>
                           <b:ProjectRoleId i:nil="true"/>
                           <b:ProjectRoleUid>1152921504609594660</b:ProjectRoleUid>
                        </a:ProjectRoleIdentity>
                        <a:RoleName>Barry Allen</a:RoleName>
                     </a:PwsContactRole>
                  </a:Roles>
                  <a:TitleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:DepartmentIdentity>
                        <b:DepartmentId i:nil="true"/>
                        <b:DepartmentName>Management</b:DepartmentName>
                        <b:DepartmentUid>1152921504606851319</b:DepartmentUid>
                     </b:DepartmentIdentity>
                     <b:TitleId i:nil="true"/>
                     <b:TitleName>Managing Partner</b:TitleName>
                     <b:TitleUid>1152921504606862839</b:TitleUid>
                  </a:TitleIdentity>
               </a:PwsProjectContact>

...