Prevent large attachments in the Service Portal
Here's a quick script that will prevent large attachments from being added to catalogue items in the Service Portal function onSubmit() { var attachments = this.angular.element("#sc_cat_item").scope().attachments; var submitForm = true; attach...