FieldOrFieldgroupName (AddToRecordError property)

From m204wiki
Revision as of 04:08, 1 April 2011 by Goff (talk | contribs) (match syntax table to syntax template, tags and . . . well, that's about it . . . I don't know this one either)
Jump to navigation Jump to search

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