<div>I need some help with a User-based Custom-Field (not a Ticket or Transaction one). I am willing to pay through PayPal for any assistance anybody can provide, as I have proposed this question before and have not had any responses.
</div>
<div> </div>
<div>What I have is a CustomField for Users named "DefaultQueue". I want the "SelectQueue" file in the "Elements" directory to fetch the "DefaultQueue" CustomField and then have that Queue be the "SELECTED" Queue when the drop down list is shown.
</div>
<div> </div>
<div>Any insights or help would be greatly appreciated.</div>
<div> </div>
<div>What I have come up with so far is:</div>
<div> </div>
<div>my $CFObj = RT::CustomField->new($session{'CurrentUser'});</div>
<div>$CFObj->LoadByName(Name => 'DefaultQueue');</div>
<div> </div>
<div>That's as far as I can get. One would think that $CFObj->Value; would work, but alas no such luck.</div>
<div> </div>
<div>Thanks for your time!</div>
<div> </div>
<div>-rob</div>