- Displaying a custom form in an Iframe
- Posted by Thomas H. Bech on October 24th, 2007
I've created a custom form, which I've connected to the Order Form.
In the leftside menu of the Order Form, I can access the custom form, just
like I have access to e.g. Invoices.
However, I would like to display these new custom forms in an Iframe on my
Order Form instead (to have a better overview).
Is this possible?
I guess it's the same thing as displaying e.g. connected Invoices in an
IFrame on the order form.
- Posted by huib aarts (crm.atechnisch.nl) on October 29th, 2007
Hi Thomas,
if you want to show the associated view of the related entity you can
look at:
http://crm.atechnisch.nl/comments.ph...&page=1#Item_0
If you want to show the form itself, than you have to lookup the
relative address and add the address to the onload script of the main
form to show the form in the iFrame.
regards
Huib
- Posted by Thomas H. Bech on October 30th, 2007
That IS the correct syntax, and now it's working perfectly!
Thanks.
"huib aarts (crm.atechnisch.nl)" wrote: