12.09.2008, 02:05 | #1 |
Участник
|
Microsoft Dynamics CRM Team Blog: Quick Tip: Passing CRM Form values to an IFrame
Источник: http://blogs.msdn.com/crm/archive/20...an-iframe.aspx
============== Passing values from a CRM form to a page outside CRM through an IFRAME is one of those quick 2-minute customizations. Let’s say the target of an IFrame on the Account form is an ASPX page which expects the Account name and the value of a custom attribute from the parent form for further processing. First things first, create the custom attribute and an IFrame. We will set the URL of the IFrame dynamically. Place this code snippet in the onLoad event of the CRM form: //Schema name of my custom attribute is new_customattPublish customizations and create a new Account. The values can be accessed in the target page. Cheers, Nithya Balasubramanian Источник: http://blogs.msdn.com/crm/archive/20...an-iframe.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|