I have read carefully your how-to.
Thanks to it, I managed to add a link to GoogleMaps to locate an address of a CustomerCompany. Great! Thank you for this.
Now, I would like to add the following:
In the CustomerUser list, I want the CustomerID to be a hyperlink to the related CustomerCompany.
I tried this in Config.pm:
Code: Select all
[ 'UserCustomerID', 'CustomerID', 'customer_id', 1 1, 'var', '$Env{"CGIHandle"}?Action=AdminCustomerCompany&Nav=Agent&Subaction=Change&CustomerID=$Data{"UserCustomerID"}', 0 ],
Why?
(Edited March 11th) Actually a link does appear, but it appears in the Customer Information section of ticket zoom. Which is fine. But most of all I wanted it to appear in the customer list.
Regards,
HervE