Forum Discussion
Answered my own question. Use a Formula URL field, and there is an 'embed as iframe' option.
------------------------------
Mike Tamoush
------------------------------
- JeremyMyer2 years agoQrew Trainee
Mike, just a curiosity, your embedded form, are you acting on it? Like buttons and other workflow-y things?
I've run into a limitation in the past where the embedded form is great, but only for 'looking'. Any 'doing' gives me an error that for some reason QB disallows actions from within this embedded frame.
------------------------------
Jeremy Myer
------------------------------- ChayceDuncan2 years agoQrew Captain
Jeremy - what type of use cases have you tried? I've been able to built fully functional code pages that the user can interact with via a code page that I embed as an iframe on a URL. One example is a custom grid-edit to replace the native one so I can employ searchable dropdowns, auto-fill, grid form rules etc, all of these with no issue. Depending on the link you're using probably determines the 'view' versus 'edit' capability as opposed to the limitation of the iFrame itself.
------------------------------
Chayce Duncan
------------------------------- JeremyMyer2 years agoQrew Trainee
Chase, admittedly they have not been full code pages, they're native reports I've embedded, either on forms or dashboards. I've seen the code pages examples where we can make that work. This specific use case was a report that I wanted to use on a dashboard, without the header row and the wasted space on the left margin. The response below:
When any save of a record is attempted, as Mike mentions in his response, we just get a spinning wheel & hung page.
------------------------------
Jeremy Myer
------------------------------
- MikeTamoush2 years agoQrew Commander
I actually just found this same limitation. I found you can circumvent that message by 'doing' things in a popup window, with the small problem that the record will freeze when saving. Lol. So it does seem to only be to view items, which is unfortunate. I'll post back if I ever find any tricks, but so far I cannot get it to save. Please post back if you figure anything out.
------------------------------
Mike Tamoush
------------------------------