Hallo
ich habe in der Version 3 einen Link erstellt, damit ich alle Geräte eines Kunden anzeigen kann:
[ 'UserCountry', 'Geräte für', 'displayname', 1, 1, 'var', '$Env{"CGIHandle"}?Action=AgentITSMConfigItemSearch&Subaction=Search&ClassID=22&SearchDialog=1&EmptySearch=&Profile=last-search&ProfileName=&Owner=$Data{"CustomerID"}', 0 ],
in der Version 5 wird das nict mehr ersetzt, wender $env noch $data .
wie kann ich das nun machen ?
danke lg
Dieter schenk
$ENV und $DATA Im Url
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: $ENV und $DATA Im Url
Code: Select all
'[% Env("CGIHandle") | uri %]?Action=AgentITSMConfigItemSearch&Subaction=Search&ClassID=22&SearchDialog=1&EmptySearch=&Profile=last-search&ProfileName=&Owner=[% Data.CustomerID | uri %]'
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Znuny newbie
- Posts: 40
- Joined: 07 Feb 2013, 16:47
- Znuny Version: 3.3.1
- Real Name: Dieter Schenk
- Company: Rodlauer Computer
Re: $ENV und $DATA Im Url
thank you !!
kr
dieter
kr
dieter