Versions Compared

Key

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

...

Panel
titlePwsDepartmentRef
  • PwsDepartmentRef
    • DepartmentId: Int32
    • DepartmentName: String (50)
    • DepartmentUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

DepartmentId

Int32

No

 


The department Id is a unique identifier for a department. For internal use only.

 


DepartmentName

String (50)

One of DepartmentName or DepartmentUid is required

 


The department name is a unique identifier for a department

 


DepartmentUid

Int64

See DepartmentName

 


The department Uid is a unique and immutable identifier for a department

 


Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
                       <com:DepartmentIdentity>
                           <com:DepartmentName>Executive Team</com:DepartmentName>
                           <com:DepartmentUid>1152921504606854181</com:DepartmentUid>
                        </com:DepartmentIdentity>