I have tried the next, but the code is the same that its in the file Create.html
<td colspan="6">
<& /Ticket/Elements/EditCustomFields, QueueObj => $QueueObj &>
</td>
</tr>
% if ($TxnCFs->Count) {
% while (my $CF = $TxnCFs->Next()) {
<tr>
<td align="right"><% $CF->Name %>:</td>
<td><& /Elements/EditCustomField, CustomField => $CF, NamePrefix =>
"Object-RT::Transaction--CustomField-" &><em><% $CF->FriendlyType
%></em></$
</td></tr>
% }
% }
</tr>
Thanks!
ALBERTO VILLANUEVA VAL
Consultor
____________________________________________
Altran
ParqueEmpresarial Las Mercedes, Edificio 1
C/ Campezo, 1. 28022 Madrid
Tel : + 34 91 744 46 00
Fax: + 34 91 415 24 57
<http://www.altran.es> www.altran.es
_____
size=2 width="100%" align=center>
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Alberto
Villanueva
Enviado el: miércoles, 26 de noviembre de 2008 10:30
Para: [email protected]
Asunto: [rt-users] Add custom fields
Hello,
Im trying to add a custom field in the file Quick Create, but the CF is a
combobox which was created in the user interface. Do you know how I could do
it??
Thanks a lot!
ALBERTO VILLANUEVA VAL
Consultor
____________________________________________
Altran
ParqueEmpresarial Las Mercedes, Edificio 1
C/ Campezo, 1. 28022 Madrid
Tel : + 34 91 744 46 00
Fax: + 34 91 415 24 57
<http://www.altran.es> www.altran.es
<<image001.jpg>>
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
