Name property: RecordDefn class
Description
Use this property to specify the name of a record as a string value. Changing the name of a record and then saving it is equivalent to the rename operation. All references to the record by other managed objects will be updated as well.
This property is read/write.
Example
&myNewRecord.Name = "MYRECORD_VW";
Related Topics