Page 1 of 1

Change current record field

PostPosted: Sun Jun 20, 2010 3:21 pm
by jvinolas
Hi,

Maybe this is answered before, but I can't manage to find it.

How can I change the 'current record' field shown in detail view on 'record heading'? This field is, by default, the user that created the record, but I want to show another field.

The drop down on details controller block also takes that field to select the record you want to view the details.

Thanks in advance.

Re: Change current record field

PostPosted: Sun Jun 20, 2010 3:47 pm
by shannah
This just shows the record title here. You can set the record title by implementing the getTitle() method in the delegate class.
-Steve

Re: Change current record field

PostPosted: Mon Jun 21, 2010 10:40 am
by jvinolas
Perfect! Thanks a lot!