Change current record field

Archived from the Xataface Users forum.

jvinolas — Sun Jun 20, 2010 3:21 pm

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.


shannah — Sun Jun 20, 2010 3:47 pm

This just shows the record title here. You can set the record title by implementing the getTitle() method in the delegate class.
-Steve


jvinolas — Mon Jun 21, 2010 10:40 am

Perfect! Thanks a lot!