Note that there are some explanatory texts on larger screens.

plurals
  1. POCRM view in a iframe now opens in a new window, why?
    text
    copied!<p>It has worked for over a year and started opening in a new window. I am not aware of anything changing.<br> I made it following the guide at <a href="http://www.stunnware.com/crm2/topic.aspx?id=AdvancedFind1" rel="nofollow noreferrer">Stunnware</a>.</p> <p>The code in the page is:</p> <pre><code>&lt;html&gt; &lt;head/&gt; &lt;body class='stage' onload='resultRender.submit()'&gt; &lt;FORM id='resultRender' method='post' action='/ALI/AdvancedFind/fetchData.aspx' target='resultFrame'&gt; &lt;INPUT value='&lt;fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"&gt;&lt;entity name="account"&gt;&lt;attribute name="websiteurl"/&gt;&lt;attribute name="accountnumber"/&gt;&lt;attribute name="new_geocat"/&gt;&lt;attribute name="new_contracttype"/&gt;&lt;attribute name="name"/&gt;&lt;attribute name="accountid"/&gt;&lt;order attribute="name" descending="false"/&gt;&lt;filter type="and"&gt;&lt;condition attribute="parentaccountid" operator="null"/&gt;&lt;condition attribute="statecode" operator="eq" value="0"/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;' type=hidden name=FetchXml&gt; &lt;INPUT value='&lt;grid name="resultset" object="1" jump="name" select="1" preview="1" icon="1"&gt;&lt;row name="result" id="accountid"&gt;&lt;cell name="name" width="200"/&gt;&lt;cell name="new_contracttype" width="125"/&gt;&lt;cell name="new_geocat" width="100"/&gt;&lt;cell name="accountnumber" width="100"/&gt;&lt;cell name="websiteurl" width="100"/&gt;&lt;/row&gt;&lt;/grid&gt;' type='hidden' name='LayoutXml'&gt; &lt;INPUT value='account' type='hidden' name='EntityName'&gt; &lt;INPUT value='{00000000-0000-0000-00AA-000000666000}' type='hidden' name='DefaultAdvFindViewId'&gt; &lt;INPUT value='{B444C27F-FC37-DD11-BDAA-000C292407C5}' type='hidden' name='ViewId'&gt; &lt;INPUT value='1039' type='hidden' name='ViewType'&gt; &lt;INPUT value='name' type='hidden' name='SortCol'&gt; &lt;INPUT value='false' type='hidden' name='SortDescend'&gt; &lt;/FORM&gt; &lt;/body&gt; </code></pre> <p></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload