bludwig - Tuesday, March 17, 2009 3:03 PM:
Hello all,
I've added some properties to item types using the data type 'item' referencing to a data source. This works fine. But I don't want to see the id of the relating item in the form. Instead I want to see the items name (new property). Is there a possibility to show the items name (or other properties) in the form?
thanks,
Björn
Andy - Tuesday, March 17, 2009 7:04 PM:
Björn,
It looks like you failed to set the keyed_name_order on the ItemType the property is mapped to.
-Andy
bludwig - Wednesday, March 18, 2009 2:06 PM:
thanks, that's the way to do it.
Björn