Forum Discussion
Answered my own question. Use a Formula URL field, and there is an 'embed as iframe' option.
------------------------------
Mike Tamoush
------------------------------
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
------------------------------- ChayceDuncan2 years agoQrew Captain
I've seen that when using the newer dashboards - but the same problem doesn't exist on the older homepages I've found. I've had use cases where it was a custom codepage splash screen with hyperlinks to native forms - but on the new dashboards when you open that link that security from iFrame kicks in an it hangs. On the older home pages that same splash page doesn't have the same behavior and works just fine. Not sure if that helps at all but it came back to mind as you mentioned it.
------------------------------
Chayce Duncan
------------------------------
- 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
------------------------------