Daniel,<br><br>There is another option, but it would be complicated and need some complicated additional code to work; build an intelligent/mnemonic key for the CF Value. This is JUST an example, but lets say you built code that took the travelers initials (or first x letters of their first name) and appended a mnemonic key for the banks (a finite list from a built-in array) used and then the account number, you could insert that result as the CF value. The problem I have with this is pretty obvious, any intelligent design for values and codes has to be de-coded or decrypted in order to make any sense for someone looking at or trying to use those values. That's a lot of extra code for wherever that CF is used, but it IS another option. Just trying to "brain-stem" storm the issue.<br>
<br>Hope this helps.<br><br>Kenn<br>LBNL<br><br><div class="gmail_quote">On Thu, Oct 20, 2011 at 2:04 PM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com">ruz@bestpractical.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Either solution might work, I didn't tried any. However, at the end<br>
you will have to store all data in one custom field. You can look at<br>
IP field implementation in RT4 that uses Content and LargeContent<br>
columns. This may help you make your field more searches friendly, for<br>
example you store data for search in Content and additional data in<br>
LargeContent.<br>
<div><div></div><div class="h5"><br>
On Thu, Oct 20, 2011 at 7:53 PM, Daniel Silveira<br>
<<a href="mailto:DSilveira@prmg.mpf.gov.br">DSilveira@prmg.mpf.gov.br</a>> wrote:<br>
> Hello everybody,<br>
><br>
> I need to create Custom Fields that support multiple values, with correlated<br>
> data, for instance: multiple traveler's name, bank and account.<br>
> If I had only one traveler, it would be ok. I would create one CF for each<br>
> field. But I need more than one traveler/bank/account on the same ticket.<br>
> And the data is correlated, that means, i can't have 3 CF's supporting<br>
> multiple values each. This way I wouldn't know what bank and account belong<br>
> to each traveler.<br>
><br>
> Resuming, i need: CF.Traveler: [ Name:_______, Bank:_______,<br>
> Account:_________ ]<br>
><br>
> I thought 3 ways for doing this. I would appreciate if you point me the<br>
> easier one.<br>
><br>
> 1) Create external form and input data by email, through "Command by email"<br>
> extension. Concatenate the fields traveler/bank/account and input on a<br>
> multiple valued CF on RT (like: John Doe - Bank: lehman brothers - Account:<br>
> 123456-5);<br>
><br>
> 2) Create a javascript helper (like the one used with the date fields) and<br>
> instruct user to input the correct data on each field. Than, concatenate the<br>
> fields traveler/bank/account and put them on one multiple valued CF (just<br>
> like the example showed above).<br>
><br>
> 3) Create a new type: CustomFieldTraveler, that support the sub-fields<br>
> mencioned. (I don't know if this is possible!)<br>
><br>
> Thanks in advance.<br>
> Daniel Silveira<br>
</div></div>> --------<br>
> RT Training Sessions (<a href="http://bestpractical.com/services/training.html" target="_blank">http://bestpractical.com/services/training.html</a>)<br>
> *  Washington DC, USA — October 31 & November 1, 2011<br>
> *  Barcelona, Spain — November 28 & 29, 2011<br>
<font color="#888888"><br>
--<br>
Best regards, Ruslan.<br>
--------<br>
RT Training Sessions (<a href="http://bestpractical.com/services/training.html" target="_blank">http://bestpractical.com/services/training.html</a>)<br>
*  Washington DC, USA  October 31 & November 1, 2011<br>
*  Barcelona, Spain  November 28 & 29, 2011</font></blockquote></div><br>