- Iframe in opportunity form displaying related custom entity - 4.0
- Posted by Nicolas Pagès on May 26th, 2008
Hi,
I can't manage to find out what the correct url is for this. There's a 1-M
between opportunity and custom.
I've checked stunnware, but when i type the following code :
- javascript:alert(document.frame[1].location)
in the address bar of an opportunity form, all I get is this :
- http://server/_static/blank.htm
Can anyone help?
Thanks!
--
Nicolas Pagès
- Posted by Austin Jones on June 21st, 2008
i ran into the same issue and here is what worked for me. i removed the
iframe from the form (published it) and then tried to get the url. this time
it worked. i then added the iframe back to the form. seems, the stunnware
script was picking up the iframe as the second value in the array and
returning the about:blank url. hopefully this explanation/resolution works
for you.
"Nicolas Pagès" wrote:
- Posted by Keven on July 4th, 2008
Hi Nicolas,
I have a Solution for you:
http://www.stunnware.com/crm2/topic.aspx?id=JS27

"Nicolas Pagès" <NicolasPags@discussions.microsoft.com> schrieb im
Newsbeitrag news:C8FCB99D-16F5-46EE-B585-25E41FF57DBC@microsoft.com...