I’m running SuiteCRM 8.7.1 and need a tailor-made modal that fires from a new button inside the Leads record view. When the user clicks the button, the popup should pull live, record-specific data (via SuiteCRM’s REST or direct API layer), render it neatly, then let the user complete and submit a small form without leaving the page. Submission has to stay asynchronous—AJAX is fine, built-in API endpoints are fine—as long as the page never reloads and the modal can close automatically once the call comes back successful. I’ll supply SSH/FTP and admin credentials to a staging clone. You can develop as a standalone extension or lightweight custom module, but it must respect SuiteCRM upgrade-safe practices, keep core files untouched, and slot cleanly into version-controlled custom folders. Acceptance criteria • New “Open Modal” button appears beside the standard action buttons on every Lead record. • Modal loads contextual data for that specific Lead on opening, no noticeable lag. • Form submits in the background and returns a JSON response that we can surface as a toast or alert. • All code, JS/CSS assets, and manifest files are delivered ready for Module Loader import, plus a short install/readme.