Hi

I have a little problem. I have made a customization in CRM where I need to
get to some data in the product from an saleslinie product.

The way I do this is to have an Iframe and in the onchange event of the
product i get the id for the product and use that to get the product data in
an iframe.
From here I get data from 3 new entities that is related to products, but I
need to be able to change these and get the new data on the salesorder line.
I change the data through lookup fields on the product and javascript put
these values to values on the salesline.

This works perfect in the browser but not in the outlook client. Here it's
not possible to change the data in the product, they are greyed out.
My idea is that this is because you can't edit products in the Outlook
client it somehow sees this and disallow change. But it is in an Iframe, is
there anyway to get this to work from the Outlook client. Maybe setting
something so that it doesn't think it is called from Outlook ?

Jack

RE: Iframe product in Outlook client by DavidJennaway

DavidJennaway
Fri Aug 31 05:44:02 PDT 2007

The reason the interface still behaves as per the Outlook client is through
cookies. You may be able to fix your problem through IE privacy settings
--
David Jennaway - Microsoft Dynamics CRM MVP
Web: http://www.excitation.co.uk



"Help needed" wrote:

> Hi
>
> I have a little problem. I have made a customization in CRM where I need to
> get to some data in the product from an saleslinie product.
>
> The way I do this is to have an Iframe and in the onchange event of the
> product i get the id for the product and use that to get the product data in
> an iframe.
> From here I get data from 3 new entities that is related to products, but I
> need to be able to change these and get the new data on the salesorder line.
> I change the data through lookup fields on the product and javascript put
> these values to values on the salesline.
>
> This works perfect in the browser but not in the outlook client. Here it's
> not possible to change the data in the product, they are greyed out.
> My idea is that this is because you can't edit products in the Outlook
> client it somehow sees this and disallow change. But it is in an Iframe, is
> there anyway to get this to work from the Outlook client. Maybe setting
> something so that it doesn't think it is called from Outlook ?
>
> Jack
>
>
>