Versions Compared

Key

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

Overview


This structure represents the unique key fields associated with identifying a resource.

Format


Panel
titlePwsResourceRef
  • PwsResourceRef
    • ResourceDisplayName: String
    • ResourceId: Int32
    • ResourceReferenceSystemId: String
    • ResourceUid: Int64

Elements


Element

Data Type

Description

Required?

Default

(on insert/update)

Description

Sample Data

ResourceDisplayName

String

 

 

Resource Display Name

James
John Smith

ResourceId

Int32

 

 

Resource ID. For internal use only.

177898

ResourceReferenceSystemId

String

 

 

Resource Reference System ID / Employee ID

E1234

ResourceUid

Int64

 

Resource Unique ID. For internal use only

 

Resource Unique Id, a unique and immutable identifier for a Resource.

1152921504607024874

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                           <ResourceIdentityValue>
                              <ResourceDisplayName>John Smith</ResourceDisplayName>
                              <ResourceId>177898</ResourceId>
                              <ResourceReferenceSystemId>Employee 01</ResourceReferenceSystemId>
                              <ResourceUid>1152921504607024874</ResourceUid>
                           </ResourceIdentityValue>