How to destroy GlideModel in workspace using UI action?
Hi All,My requirement is to destroy GlideModel in workspace after validation successful.I created one UI page, below is the code of the UI page function validateCode() { var inputFieldValue = gel('inputField').value; var sendData = new GlideAja...
