UserID (RecordLockingConflict property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template, tags and edits) |
||
Line 1: | Line 1: | ||
{{Template:RecordLockingConflict:UserID subtitle}} | {{Template:RecordLockingConflict:UserID subtitle}} | ||
This readOnly property returns the <var class="product">Model 204</var> userid (login name) of the user that has the conflict. | |||
==Syntax== | ==Syntax== | ||
Line 6: | Line 7: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%userid</th> | <tr><th>%userid</th> | ||
<td>A longstring to receive the userid value. | <td>A <var class="term">[[Longstrings|longstring]]</var> to receive the userid value. | ||
</td></tr> | </td></tr> | ||
<tr><th> | <tr><th>recordLockingConflict</th> | ||
<td>A reference to an instance of a RecordLockingConflict object. | <td>A reference to an instance of a <var>[[RecordLockingConflict_class|RecordLockingConflict]]</var> object. | ||
</td></tr></table> | </td></tr></table> | ||
==See also== | ==See also== | ||
{{Template:RecordLockingConflict:UserID footer}} | {{Template:RecordLockingConflict:UserID footer}} |
Revision as of 07:19, 23 April 2011
User ID (login name) of the user that has the conflict (RecordLockingConflict class) This readOnly property returns the Model 204 userid (login name) of the user that has the conflict.
Syntax
%string = recordLockingConflict:UserID
Syntax terms
%userid | A longstring to receive the userid value. |
---|---|
recordLockingConflict | A reference to an instance of a RecordLockingConflict object. |