Return Value Function ValueGet dynamicfields

English! place to talk about development, programming and coding
Post Reply
roederb
Znuny newbie
Posts: 5
Joined: 22 Jan 2008, 21:19

Return Value Function ValueGet dynamicfields

Post by roederb »

Hello all,

i'm kinda desperately looking for how to read a specific returnvalue for the function ValueGet for a specific Ticket.
What i would like to get is the content of a specific dynamic field.
What i did so far is i call the function "ValueGet", but when i read the returnvalue i don't get a value .. what am i doing wrong?

...
my $BField = "45";
my $bragkey;
...
my @DFValue = $Self->{DynamicFieldValueObject}->ValueGet(
FieldID => $BField,
ObjectID => $Ticket{TicketID},
);

my %keys = $DFValue[0];
$bragkey = $keys{ID};

Any help is appreciated.

Thanks Bernd
roederb
Znuny newbie
Posts: 5
Joined: 22 Jan 2008, 21:19

Re: Return Value Function ValueGet dynamicfields

Post by roederb »

nobody has a clou how that works?
Post Reply