<p dir="ltr">I'm not sure I understand your question.  Are you asking whether custom fields can hold multiple values at once?  You can set up custom fields that do this.  What exactly are you wanting to achieve?  Custom field options that depend on a previously-selected value?</p>

<p dir="ltr">Custom field values can safely be deleted when they should no longer be added to new tickets/transactions, because they are copied by value (not by reference) when used.</p>
<div class="gmail_quote">On 25/07/2014 6:18 am, "Al Joslin" <<a href="mailto:allen.joslin@gmail.com">allen.joslin@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am wishing that RT supported CustomFields in a way other than Name == Value<br>
<br>
This makes it impossible to have a CustomField showing a bunch of Names whose Values are [for example] integer Object IDs<br>
<br>
<br>
<br>
<br>
In my case I have to store billing rates for service calls, supporting multiple external service organizations with multiple rates<br>
<br>
It's going to look stupid because you can only have one (1) option in the final menu<br>
<br>
ServiceOrg == ServiceOrg -> RatePlan == RatePlan -> Cost $ == Cost $<br>
<br>
<br>
A cascade of two would be fine -- but it's impossible, right?<br>
<br>
ServiceOrg == ServiceOrg -> RatePlan == Cost $<br>
<br>
<br>
<br>
Am I stuck with mashing the cost into the rate plan string and extracting that with code anytime I need the value ?<br>
<br>
ServiceOrg == ServiceOrg -> RatePlan, Cost $ == RatePlan, Cost $<br>
<br>
<br>
<br>
thanks<br>
al;<br>
<br>
<br>
Oh, another thought just occurred to me as well -- what happens in the future when Rates change ?   I don't want to have changes to the available rates change the amount's that were applied in the past !!  Is there any way to set an option within a CF to disabled ?  (exists but cannot be selected)<br>

<br>
<br>
--<br>
RT Training - Boston, September 9-10<br>
<a href="http://bestpractical.com/training" target="_blank">http://bestpractical.com/training</a><br>
</blockquote></div>