Resolved! GlideRecord Query on a List Dictionary Type
We have an assigned_to field with the dictionary type of List. I was just wondering if anyone had any ideas on how to query the list to see if a value is in the list. I tried gr.addQuery('assigned_to.user_name', 'IN', user_id); //User ID is a string ...
