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

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


ElementData TypeDescriptionDefault (on insert/update)Sample Data
ResourceDisplayNameStringResource Display Name
James Smith
ResourceIdInt32Resource ID. For internal use only.
177898
ResourceReferenceSystemIdStringResource Reference System ID / Employee ID
E1234
ResourceUidInt64Resource Unique ID. For internal use only.
1152921504607024874

Usage Example(s)


Example 01
                           <ResourceIdentityValue>
                              <ResourceDisplayName>John Smith</ResourceDisplayName>
                              <ResourceId>177898</ResourceId>
                              <ResourceReferenceSystemId>Employee 01</ResourceReferenceSystemId>
                              <ResourceUid>1152921504607024874</ResourceUid>
                           </ResourceIdentityValue>
  • No labels