Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/ede7bdc89ae4af98#
Unit configuration:
1. virtual field defined as: 'FieldName' => Array ('type' => 'string',
'formatter' => 'kMultiLanguage', 'default' => '');
2. calculated field defined as: 'FieldName' =>
'other_table.l%2$s_FieldName'
Then we need to recall object 2 times with different Special and as a
result code: $object->GetField('FieldName') will work for first object, but
won't work for 2nd object.
--
Best Regards,