0
votes

I am very new in Microsoft CRM. I need to create one Custom form on entity except the default form provided by CRM. is there any way to create it?

Thanks

1

1 Answers

1
votes

You can create an IFrame that takes up the whole default tab. The IFrame can point to your custom HTML or ASPX page. Here is more information:

http://msdn.microsoft.com/en-us/library/cc150849(v=MSDN.10).aspx

Hope that helps!