Error "onSubmit script error: ReferenceError: getSCAttachmentCount is not defined" when updating a Request Item**Issue Post the application workflow, I am unable to add myself to the watchlist for a Request Item Record. I am trying to add myself and other team members to this request ->{request_number}. While add on the watchlist and click save we are getting this error "onSubmit script error: ReferenceError: getSCAttachmentCount is not defined:function () { [native code] }".ReleaseThe issue is not dependent on any release.CauseThere are active catalog client scripts that apply to requested items and reference the function 'getSCAttachmentCount()', which is part of the UI script 'GlobalCatalogItemFunctions'. The UI script is currently not global, as the UI Type was updated to 'All' from 'Desktop'. The script needs to be global to be accessible from the client scripts.Resolution1. Update the 'GlobaCatalogItemFunctions' UI script to 'Desktop'.2. Mark the 'Global' field as true for the 'GlobaCatalogItemFunctions' UI script.3. Alternatively if you don't want to change the UI Script, remove the function calls of the 'getSCAttachmentCount()' function in the client scripts and handle conditions accordingly.Please note that these steps should be performed by a user with the necessary permissions to modify scripts and scripts types. If you are unsure about performing these steps, it is recommended to seek assistance from a system administrator or the support team.