<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16430"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>Hello everybody,</DIV>
<DIV> </DIV>
<DIV>I need to create Custom Fields that support multiple values, with correlated data, for instance: multiple traveler's name, bank and account. </DIV>
<DIV>If I had only one traveler, it would be ok. I would create one CF for each field. But I need more than one traveler/bank/account on the same ticket. And the data is correlated, that means, i can't have 3 CF's supporting multiple values each. This way I wouldn't know what bank and account belong to each traveler.</DIV>
<DIV> </DIV>
<DIV>Resuming, i need: CF.Traveler: [ Name:_______, Bank:_______, Account:_________ ]</DIV>
<DIV> </DIV>
<DIV>I thought 3 ways for doing this. I would appreciate if you point me the easier one.</DIV>
<DIV> </DIV>
<DIV>1) Create external form and input data by email, through "Command by email" extension. Concatenate the fields traveler/bank/account and input on a multiple valued CF on RT (like: John Doe - Bank: lehman brothers - Account: 123456-5);</DIV>
<DIV> </DIV>
<DIV>2) Create a javascript helper (like the one used with the date fields) and instruct user to input the correct data on each field. Than, concatenate the fields traveler/bank/account and put them on one multiple valued CF (just like the example showed above).</DIV>
<DIV> </DIV>
<DIV>3) Create a new type: CustomFieldTraveler, that support the sub-fields mencioned. (I don't know if this is possible!)</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV>Daniel Silveira</DIV></BODY></HTML>