How to upload an image to sys_attachment table via Custom Service Portal Widget?
Hi everyone,I'm working on a custom widget in Service Portal where I need to allow users to upload an image file (e.g., PNG or JPEG) and store it in the `sys_attachment` table, associated with a specific record (e.g., `sc_req_item`).I'm not using the...