Case API returning "record not found" when querying with number
When we used the GET with the case number to query case by id, the result is "record not found". If i changed to the case sys_id, everything works fine. I checked and found that it's failing when we do if (gr.get('number')), which returns false, so t...