FieldOrFieldgroupName (AddToRecordError property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one either)
Line 4: Line 4:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%str</th>
<tr><th>%string</th>
<td>A string to receive the field or fieldgroup name. If the error involves a field or fieldgroup (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = ErrorAddingField</code>), this is the field or fieldgroup name.
<td>A string to receive the field or fieldgroup name. If the error involves a field or fieldgroup (for example, if <code>[[Reason (AddToRecordError property)|Reason]] = ErrorAddingField</code>), this is the field or fieldgroup name.
</td></tr>
</td></tr>
<tr><th>%a2RecErr</th>
<tr><th>addToRecordError</th>
<td>An <var>AddToRecordError</var> object.
<td>An <var>AddToRecordError</var> object.
</td></tr></table>
==Usage Notes==
<ul>
<li><var>FieldOrFieldgroupName</var> is available in <var class="product">[[Sirius Mods|"Sirius Mods"]]</var> Version 7.8 and later.
</ul>


</td></tr></table>
==See also==
==See also==
{{Template:AddToRecordError:FieldOrFieldgroupName footer}}
{{Template:AddToRecordError:FieldOrFieldgroupName footer}}

Revision as of 04:08, 1 April 2011

Name of field or fieldgroup for which error occurred (AddToRecordError class)

[Introduced in Sirius Mods 7.8]

Syntax

%string = addToRecordError:FieldOrFieldgroupName

Syntax terms

%string A string to receive the field or fieldgroup name. If the error involves a field or fieldgroup (for example, if Reason = ErrorAddingField), this is the field or fieldgroup name.
addToRecordError An AddToRecordError object.

Usage Notes

  • FieldOrFieldgroupName is available in "Sirius Mods" Version 7.8 and later.

See also