Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

ResourceDisplayName

String (30)

On Insert: Yes

On Update: Yes (if ResourceReferenceSystemId or ResourceUid is not supplied)


The resource display name is a unique identifier for a resource

John Smith

ResourceId

Int32

On Insert: No

On Update: No


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

177898

ResourceReferenceSystemId

String (20)

On Insert: No

On Update: Yes (if ResourceDisplayName or ResourceUid is not supplied)


The resource reference system Id / employee Id is a unique identifier for a resource

E1234
Employee 01

ResourceUid

Int64

On Insert: No

On Update: Yes (if ResourceDisplayName or ResourceReferenceSystemId is not supplied)


The resource Uid is 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>