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
Use multiple DynamicFields value in a DynamicFiled link
Moderator: 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
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
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
Re: Use multiple DynamicFields value in a DynamicFiled link
Do you mean $LQData{'DynamicField_dfieldA'}, don't you?crythias wrote:Possibly ... try also DynamicField_dfieldA
Nope, still empty...
PL
Re: Use multiple DynamicFields value in a DynamicFiled link
I have to rollback: it works!!!
I was using dash instead of underscore, that was why it did not work...
PL
I was using dash instead of underscore, that was why it did not work...
PL