Answered by:
Integrating custom aspx pages into mscrm4.0

Question
-
Hi all,
If anyone about this procedure please tell me. i didnt find exact procedure for integrating custom aspx pages into crm. i want all the available options and detailed procedure.
please share the materials with me(kbarticle) .
thanks
Tuesday, July 27, 2010 9:15 AM
Answers
-
you have multiple option to integrate custom web aspx page into ms crm, you can use iframes to show your custom page, you can directly point to your custom webpage or call your custom webpage your ms crm custom button(ISV button)
you can deploy your custom webpage in ISV folder, you can follow steps defined in above post
Let us know if you need any other help
Also refer http://msdn.microsoft.com/en-us/library/bb928133.aspx
Mahain- Proposed as answer by HIMBAPModerator Tuesday, July 27, 2010 9:24 AM
- Marked as answer by DavidJennawayMVP, Moderator Thursday, August 12, 2010 8:05 PM
Tuesday, July 27, 2010 9:24 AMModerator
All replies
-
Tuesday, July 27, 2010 9:19 AMModerator
-
you have multiple option to integrate custom web aspx page into ms crm, you can use iframes to show your custom page, you can directly point to your custom webpage or call your custom webpage your ms crm custom button(ISV button)
you can deploy your custom webpage in ISV folder, you can follow steps defined in above post
Let us know if you need any other help
Also refer http://msdn.microsoft.com/en-us/library/bb928133.aspx
Mahain- Proposed as answer by HIMBAPModerator Tuesday, July 27, 2010 9:24 AM
- Marked as answer by DavidJennawayMVP, Moderator Thursday, August 12, 2010 8:05 PM
Tuesday, July 27, 2010 9:24 AMModerator -
Settings--Customization--Customization Entities--new
Create Entity
Click Form -- Cerate New Form
Add IFrame
Spciffy Ur ASPX Page Location in the URL property in IFrame
Eg:
URL: /ISV/DCI/customapplication/Default1 .aspx
Note:
Place Your ASpx page into ISV folder
Wednesday, July 28, 2010 5:38 AM