HASOTHER Suggest EditsTests whether a choice field or classification field has an 'Other' value entered Parameters field Object (required) - the choice field or classification to test Returns Boolean Examples JavaScriptif ($my_choice_field) { HASOTHER($my_choice_field) ? 'true' : 'false' } Updated 12 months ago Table of Contents Parameters Returns Examples