UserID (RecordLockingConflict property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template, tags and edits) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:RecordLockingConflict:UserID subtitle}} | {{Template:RecordLockingConflict:UserID subtitle}} | ||
This | This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns the <var class="product">Model 204</var> userid (login name) of the user that has the conflict. | ||
==Syntax== | ==Syntax== | ||
Line 7: | Line 7: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%userid</th> | <tr><th>%userid</th> | ||
<td>A <var | <td>A <var>[[Longstrings|longstring]]</var> to receive the userid value. | ||
</td></tr> | </td></tr> | ||
<tr><th>recordLockingConflict</th> | <tr><th>recordLockingConflict</th> |
Revision as of 16:28, 5 May 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. |