...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
EntityIdentity |
This structure uniquely identifies the entity that will be locked | |
EntityLockSummary |
This structure contains information associated with the lock and uniquely identifies the user who is currently holding it |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:PwsEntityLockSummary> <com:EntityIdentity> <com:EntityCode>P001468-001</com:EntityCode> <com:EntityUid>1152921504607429941</com:EntityUid> <com:LockType>P</com:LockType> </com:EntityIdentity> <com:EntityLockSummary> <com:PwsEntityLockSummaryItem> <com:LockCount>1</com:LockCount> <com:LockHolderUserIdentity> <com:UserDisplayName>IT Manager</com:UserDisplayName> <com:UserReferenceSystemId>IT Manager</com:UserReferenceSystemId> </com:LockHolderUserIdentity> <com:MostRecentLockAcquisitionTimestamp>2018-10-16T13:59:12.903Z</com:MostRecentLockAcquisitionTimestamp> </com:PwsEntityLockSummaryItem> </com:EntityLockSummary> </com:PwsEntityLockSummary> |