Discussions
Suitelet to Portlet response
I'm building a google map on a dashboard. The map markers come from a saved search, are converted to latitude and longitude through script, then displayed on the map.
I've got the search built, and I understand and tested the google maps API to where I can build a page based on my saved search results.
What I'm having problems with is getting a usable interface on the dashboard. I've built a portlet form script that has my filter fields... so far so good. Then I can add a button to the form that calls a suitelet script... ok still good.