| Wednesday 07 February 2007 10:20:59 am 
                                                                
                                                                 Hello When I create a new class I would like to have the "Object name pattern:" of this class from an attribute of a Objet relations. For example: I created a new class "Student" with two attributes: 
<b>First Name [Text line]</b>Name: First Name
 Identifier: first_name
 
<b>Last Name [Text line]</b>Name: Last Name
 Identifier: last_name
 And then I created other new class "School Report" with two other attributes: 
<b>Student Name [Object relations]</b>Name: Student Name
 Identifier: student_name
 
<b>Result [Integer]</b>Name: Result
 Identifier: result
 I will relate a student object in the "Student Name". For the "School Report" class I would like to define the "Object name pattern:" with the first attribute of "Student" class. Does it possible?  By default eZ uses <student_name> as "Object name pattern:" in "School Report" class. I would like something like <student.firstname>. I appreciate any feedback. Thanks in advance. Leandro |