<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.3">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
I've problem with Customfields when i want to update few tickets by bulk.html (Bulk update).<BR>
<BR>
At first there was no input field for CF which type was Autocomplete, so i copied Bulk.html to local/html/Search and added:<BR>
% } elsif ($cf->Type eq 'Autocomplete') {<BR>
<td><& /Elements/EditCustomFieldAutocomplete, @add &></td><BR>
<td>&nbsp;</td><BR>
<BR>
after type Text...<BR>
and there is input field now, but the field do not complete my values - it behavior as normal input field without autocompletition.<BR>
<BR>
Do you have some advice what is wrong and how to repair it?<BR>
<BR>
RT version 3.8.2<BR>
<BR>
Best regards,<BR>
Piotr Teodorowski<BR>
<BR>
</BODY>
</HTML>