Hi guys
Looking to see if there is a way to add a button to our Portal that opens another page similar to how a modal box would work? We have a form that loads with some data in it but we need to be able to view associated records from this form but the OOB methods aren't working (suspect they are being throttled by the Record ID QueryString).
What I have atm is a form that loads some Score data. Within this form I wish to add 2 buttons - 1 for Application and 1 for Business. If you click on the Application button I would like the Application form data to be rendered in a window (similar to a modal if possible). The same would happen for Business.
I have created all the required Entity Forms and added the relevant QueryString data to the web address. If I use the Create New Record option in the Entity form then it will open a modal but no data is shown even though the web address has the appropriate QueryString data but I suspect this is not being opened as the modal is trying to associate the Score form GUID to a record that it cannot find in the system (as Application is what I want to open in the modal and the web address has the Application GUID in it I'm hoping to open that record but suspect the system is trying to create a new Score record with the Score GUID instead of using the Application GUID).
What I've done is create 3 web pages - 1 has the Score form; 1 has the Application form and the other has the Business form. If I open each page manually (adding the same QueryString data) then the web form displays as expected.
So what I'm looking to do is to add a couple of buttons (similar to how the Create New Record option works) that will allow these additional web pages to open like a modal. Is there a way to add a couple of buttons to point to these new pages (adding the appropriate GUID data) that opens the web form in a modal?
Hopefully I've explained this well enough and any help appreciated.
Steven
*This post is locked for comments
I have the same question (0)