Return value from CF

HI all,

I have a Custom Field , that “select one value” from lists…
As i want to get the “LastUpdated” value from CF, i have the following …

my $CF_Obj = RT::CustomField->new($self->CurrentUser);
my $value = $CF_Obj->LastUpdated( Name => $CFName,);

however the return $value is blank…
Can anyone spot my error, or comment on my idea?
View this message in context: http://www.nabble.com/Return-value-from-CF-tf4028690.html#a11443524