Title:
Custom modal not appearing in Deals list or Deal detail view
Body:
Hi everyone,
I’m building a custom app for Pipedrive and added a Custom Modal via the Developer Hub. Here’s what I’ve done so far:
- Modal name:
New Create a Job
- Iframe URL:
https://deluxe-sunflower-044413.netlify.app
- Entry points selected:
Deal list,
Deal details
- The app is installed and active
- The modal saves successfully in Developer Hub
- I’ve confirmed that there are fewer than 3 custom modals in each view
Issue:
The modal does not appear in the “…” actions menu in either the Deal list view (even after selecting a deal) or in the Deal detail view. I expected to see the modal listed in the dropdown but it’s not there.
I also noticed that the modal has an ID (1120fcda-fcb3-4ee6-9fb1-8cac992bc959
), which according to the docs can be used via the SDK to open it — but I want it to show up in the UI without needing SDK code.
Am I missing something? Is there a delay before changes to the modal show up in the UI? Any help would be appreciated!
Thanks in advance