<div>Trying to get a User CustomField to appear in the SelectQueue file and having no luck. Here's what I've got:</div>
<div> </div>
<div>my $CFObj = RT::CustomField->new($queue->CurrentUser);</div>
<div>$CFObj->LoadByNameAndQueue(Name => 'DefaultQueue', Queue => $queue->Id);</div>
<div> </div>
<div>The name of the CustomField is 'DefaultQueue' and it's setup as a User CustomField versus a Ticket CustomField. I keep getting "undefined" when I try to do $CFObj->Id after the 2nd line of code.</div>
<div> </div>
<div>I'm beyond stumped and would appreciate any and all help.</div>
<div> </div>
<div>Thanks a bunch everyone!</div>
<div> </div>
<div>-rob</div>