Hi,
I am in between migration from CRM 4 to CRM 2011 so instead of giving my users to different CRM links I set up an iframe within a CRM 4 holding entity to display a view of a CRM 2011 entity.
I used this type of url:
http://<server>/<ORG>/main.aspx?etn=<entityName>&pagetype=entitylist&viewid=%00000000-E2B3-0000-0000-ABF1CBB2DDBF%7d
The url works fine in a browser and worked perfectly in a CRM4 iframe until I installed rollups to CRM 2011. Now I am getting the following error:
Message: Permission denied
Line: 6
Char: 119255
Code: 0
URI: http//<server>/<ORG>/_common/global.ashx?ver=1129768274
Message: Permission denied
Line: 6
Char: 119255
Code: 0
URI: http://<server>/<ORG>/_common/global.ashx?ver=1129768274
Message: 'this.$6_2' is null or not an object
Line: 6
Char: 105186
Code: 0
URI: http://<server>/<ORG>/_common/global.ashx?ver=1129768274
Any help greatly appreciated,
Thanks