I am trying to call an external URL from Acumatica from using iframe.
I have tried this and it did not work
<asp:Content ID="cont2" ContentPlaceHolderID="phF" runat="Server">
<px:PXFormView ID="form" runat="server" DataSourceID="ds" DataMember="Document"
AllowCollapse="False" Width="100%" Height="100%" TabIndex="100">
<Template>
<div>
<iframe src="Site Url"></iframe>
</div>
</Template>
<AutoSize Container="Window" Enabled="True" MinHeight="200" />
</px:PXFormView>
</asp:Content>