FieldOrFieldgroupName (AddToRecordError property)
Name of field or fieldgroup for which error occurred (AddToRecordError class)
[Introduced in Sirius Mods 7.8]
xxx <section begin=dpl_desc/>Field/group involved in exception<section end=dpl_desc/>
Syntax
%string = addToRecordError:FieldOrFieldgroupName
Syntax terms
%str | 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.
|
---|---|
%a2RecErr | An AddToRecordError object. |