Resolved! How to identify all choice type fields in Glide Record ?
I need to identify all the Choice Type fields from a Glide Record and verify its corresponding value to meet one of my requirement. I might probably need to iterate through all fields and check its data type to find if it is of that type. Could someo...