Gérald SÉDRATI

Results 3 comments of Gérald SÉDRATI

Hi Maurizio, You can do this through the $AssetSearchFields configuration parameter (see documentation in RT_Config.pm). For instance, with : ``` Set($AssetSearchFields, { Name => 'LIKE', 'CF.{Serial number}' => 'STARTWITH', });...

After having bad experiences with some other alternative (GhostText, Textern), I'm using withExEditor for a couple of days and eventually found it gives same functionalities as IAT. You have to...

New versions of withExEditor need nodejs 10 which is not in ubuntu/debian repo. You've got to install it: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt-get install -y...