Resolved! How to Query a Table Multiple Times?
Hello everyone, If I need to run several queries on a table, can I use one GlideRecord object? For example, if I wanted to run a query to find information in sys_user_group for two different records ... do I need two GlideRecord objects, or can I cre...