Resolved! How to check if an attachment on a record producer is empty or not on Service Portal
Looked here on community, using the following in the on-submit client script should work is what it says: if (this.document.getElementsByClassName('get-attachment').length == 0 ) { alert('kindly attach document.'); return false;} But it seems t...