Versions Compared

Key

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



ElementData TypeDescriptionSample Data
ResourceDisplayNameStringResource Display NameJames Smith
Resource IDInt32Resource ID. For internal use only.177898
ResourceReferenceSystemIdStringResource Reference System ID / Employee IDE1234
ResourceUidInt64Resource Unique ID. For internal use only.1152921504607024874

Usage Example


Code Block
languagexml
titlePwsResourceRef
collapsetrue
                           <ResourceIdentityValue>
                              <ResourceDisplayName>John Smith</ResourceDisplayName>
                              <ResourceId>177898</ResourceId>
                              <ResourceReferenceSystemId>Partner - 01</ResourceReferenceSystemId>
                              <ResourceUid>1152921504607024874</ResourceUid>
                           </ResourceIdentityValue>

...