ERIN TROTTER 3 Posted August 27, 2020 Share Posted August 27, 2020 I would like to use the NON-collaborative portal because I like the features. However, I have a case where I need to do a couple of things that I WAS able to do in a collaborative portal, but cant figure out if it is possible in the NON-collaborative portal. i have a report that has a column that contains edit record when the user clicks it, it goes to an html screen (which receives the ID from the row that was clicked). This all works, BUT, I want that html screen to open up on one of the panels on the portal screen, not a new window. I was able to do this in the collaborative portal by referencing the target property in the drilldown and choosing the panel that I wanted it to be in, but here, I cant get it to work. Also, I want the new html content in the panel to be able to refresh one of the panels in the portals once the user types in data and presses submit. Again, not sure how to reference the panel in these portals. In App studio, I was just putting in the Panel name in a refreshReports javascript method. How do you call these panels I have 8.2.06 by the way Link to comment Share on other sites More sharing options...
Manoj Chaurasia Posted September 8, 2020 Share Posted September 8, 2020 Erin I just realized that no one was able to provide you an answer. If this is still an issue I suggest you open a case with techsupport Link to comment Share on other sites More sharing options...
Deric Griffin Posted October 21, 2020 Share Posted October 21, 2020 Hello Erin, Im looking to do the same thing within a portal. Did you have any success in completing this process Link to comment Share on other sites More sharing options...
ERIN TROTTER 3 Posted October 21, 2020 Author Share Posted October 21, 2020 I did a workaround after a tip from IBI. I created an html page that held all of the panels that I needed on my page. Then I created hidden parameters on that html page that would get values from the Portal. The html page had the static parameters like this: !IBI.AMP.FUND_DESCR; Then I created a procedure that had lines for all parameters like this: -TYPE &FUND_DESCR EQ &FUND_DESCR; (for each parameter) and within that procedure a referenced HTMLFORM like this -HTMLFORM IBFS://(location of html form with the panels). And then on the portal page, I drag the procedure onto the page and it all works together. I can use the parameters from the Designer portal and they affect the portal page. I can click on something in one panel of the html page and have it trigger another panel in the html page. I just removed all of the borders of the objects and you really cant tell the difference. Link to comment Share on other sites More sharing options...
Deric Griffin Posted November 5, 2020 Share Posted November 5, 2020 Hello Erin, Thanks for the update to this issue. Ill look into creating something similar Link to comment Share on other sites More sharing options...
Pawan Vuppala Posted November 5, 2020 Share Posted November 5, 2020 I believe there was a summit presentation on this feature, it was all handled in JS I think. Link to comment Share on other sites More sharing options...
Douglas Lee 2 Posted September 3, 2021 Share Posted September 3, 2021 I wonder if anyone has done something like this. Especially a drilldown from a Report to a Page. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now