danny20085 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to access "Name" value (Case type) in this way: " $CustomField->Values->Name;" but I am getting error. Could you tell me what is he correct way?$VAR1 = bless( { 'first_row' => 0, 'aliases' => [], 'is_limited' => 1, 'joins_are_distinct' => undef, 'limit_clause' => '', 'custom_field' => bless( { '_class' => 'RT::CustomField', 'original_user' => undef,'_SB_Record_Primary_RecordCache_ke +y' => 'id=17', 'fetched' => {'valuesclass' => 1, 'order' => 1, 'canonicalizeclass' => 1 }, 'values' => { 'description' => 'Tipo de caso a ser tratado', 'maxvalues' => 1, 'name' => 'Case type', 'valuesclass' => undef, ...............
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get value from object
by tybalt89 (Monsignor) on Feb 09, 2019 at 20:26 UTC | |
by danny20085 (Initiate) on Feb 11, 2019 at 19:08 UTC | |
by choroba (Cardinal) on Feb 11, 2019 at 19:35 UTC | |
|
Re: Get value from object
by hippo (Archbishop) on Feb 09, 2019 at 18:29 UTC | |
|
Re: Get value from object
by NetWallah (Canon) on Feb 10, 2019 at 01:41 UTC | |
|
Re: Get value from object
by BillKSmith (Monsignor) on Feb 09, 2019 at 20:04 UTC | |
|
Re: Get value from object
by haj (Vicar) on Feb 09, 2019 at 18:30 UTC | |
|
Re: Get value from object
by tobyink (Canon) on Feb 10, 2019 at 11:01 UTC |