Resolved! Validating a choice field type value in a script include
I'm trying to validate that when a scipt include is updating incident for example, that values of the choice type fields are valid. I was hoping I would not have to query sys_choice but I'm facing troubles. I've tried two approaches so far: GlideChoi...