To List,<br><br>I'm getting a wierd result when trying to create a search looking for a certain value in a Custom Field that is applied to a couple Queues.<br>I check the Queues and add them, no problem. I check the Custom Field and add it and I am immediately thrown into <b>"Advanced"</b>. Every change I make after that cannot be applied. I just end up back in the <b>"Advanced"</b> screen. It acts like there is no such Custom FIeld. I tried "Like" and "is" and no joy.<br>
<br>I've checked the Custom Field and it <b>IS</b> applied to those Queues.<br>The Values <b>ARE</b> available for "Select One"<br>I am a SuperUser so I <i>should</i> have rights to it, but I went ahead and added "AdminCustomField", "ModifyCustomField" and "SeeCustomField" to the group I'm in anyway. Still no joy.<br>
<br>When I run an SQL in SQL Navigator against the OBJECTCUSTOMFIELDVALUES Table with this code:<br><br>select *<br>from OBJECTCUSTOMFIELDVALUES<br>where CustomField = 50111<br>  and (Content = 'Ledger' or Content = 'Expense');<br>
<br>I got 12 records. None are disabled.<br><br>I'm in 3.8.7 and Queries <i>without </i>Custom Fields are working fine.<br><br>Has anyone noticed this?<br><br>Was it mentioned awhile back and I missed it?<br><br>Thanks in advance.<br>
<br>Kenn<br>LBNL<br><br><br><br>