Use multiple DynamicFields value in a DynamicFiled link

Moderator: crythias

Locked
plrunner
Znuny newbie
Posts: 3
Joined: 20 Jan 2014, 15:03
Znuny Version: v 3.3.0
Real Name: Paolo

Use multiple DynamicFields value in a DynamicFiled link

Post by plrunner »

Hi,

if I use the following string as the link of the DynamicField "dfieldA"
http://foo.bar/abc?a=$LQData{'dfieldA'} ... a{'dfieldB'}
$LQData{'dfieldB'} does not get evaluated?

So the question is: is it possible to reference another DynamicField inside a DynamicField link configuration?

Thanks in advance,
PL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Use multiple DynamicFields value in a DynamicFiled link

Post by crythias »

Possibly ... try also DynamicField_dfieldA
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
plrunner
Znuny newbie
Posts: 3
Joined: 20 Jan 2014, 15:03
Znuny Version: v 3.3.0
Real Name: Paolo

Re: Use multiple DynamicFields value in a DynamicFiled link

Post by plrunner »

crythias wrote:Possibly ... try also DynamicField_dfieldA
Do you mean $LQData{'DynamicField_dfieldA'}, don't you?
Nope, still empty...

PL
plrunner
Znuny newbie
Posts: 3
Joined: 20 Jan 2014, 15:03
Znuny Version: v 3.3.0
Real Name: Paolo

Re: Use multiple DynamicFields value in a DynamicFiled link

Post by plrunner »

I have to rollback: it works!!!
I was using dash instead of underscore, that was why it did not work...

PL
Locked