In MS Dynamics CRM 4.0 we have created an extra tab for the salesorder entity in which an IFRAME with a custom, remote PHP page is loaded. Is there any way to find out which CRM user opened the tab with the IFRAME from the PHP file?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should use postMessage to send the user’s information to the IFRAME. This works even if the IFRAME is on an other domain (cross domain). postMessage is supported in:
Resources: