GlideModal/UI Page help
I have an onChange client script which performs a GlideAjax call, queries a knowledge article and returns the article (wiki) text. The script then opens a GlideDialog window: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if...