
En un mensaje anterior, Robert Kehl escribió:
Am Mon, 2003-09-15 um 17.39 schrieb Fernando Schapachnik:
Map => [ # note: Login, Email and CustomerID needed! # var, frontend, storage, shown, required, storage-type, http-link
...
[ 'UserCustomerID', 'CustomerID', 'id', 1, 1, 'var', 'http://URL/script?id=$Data{"CustomerID"}' ], ],
but the expansion is not working. Thanks in advance!
Which script do you refer to? It seems to me this were a basic Perl question, and not directly deriving from OTRS, does it?
I don't think so. I'm refering to a custom script that shows extended customer information. It takes a parameter 'id' being the CustomerID. Of course 'URL' and 'script' are just placeholders to simplify the example. Thanks and regards.