Posts Tagged ‘IFrame’

How to show the Advanced Find result view in an IFrame? Instead of building a custom aspx page (dynamically passing parameters, see Adi’s solution), another method to share if you don’t need passing parameters into the query. 1. Build your Advanced Find query and save it, then copy the Shortcut. 2. Put a IFrame control [...]

It’s a common requirement to show entity’s associated view (1:N, N:N) in IFrame, the below code works for both 1:N and N:N relationship, it also works on both On-Premise and IFD deployment. All you need to do is find out (IE Developer Toolbar) the ID of the associated link. The 1:N relationship needs these parameters [...]