Answered by:
Designing an MSCRM pop up screen

Question
-
hi,
I am trying to create a pop up window for a cancel confirmation of a record in MSCRM(Like for delete confirmation a stnadard web page opens which asks ok and cancel). i could do it but its lacking the look of MSCRM standard pop-up screens. Do anyone have the screen html for that or the css for the same?
Thanks
Sini
sini_tgSaturday, February 27, 2010 8:29 PM
Answers
-
Sini,
Download the Microsoft Dynamics CRM 4.0 SDK from http://www.microsoft.com/downloads/details.aspx?FamilyID=82E632A7-FAF9-41E0-8EC1-A2662AAE9DFB&displaylang=en and extract it to your local computer. You fill find the CRM 4.0 CSS stylesheet within it as well as a UI styling guide for making your pages look like CRM dialog windows. There is also a sample.html page that gives you a great starting point.
Paul Reitmeyer http://www.mscrmdirectory.com- Proposed as answer by Donna EdwardsMVP Monday, March 1, 2010 3:26 PM
- Marked as answer by Donna EdwardsMVP Thursday, March 11, 2010 5:30 PM
Saturday, February 27, 2010 11:36 PM -
Hi Sini,
as Paul already metnioned, you will find templates in the Dynamics CRM SDK download. There is also a Visual Studio template for an addon webpage (pop-up).
See http://msdn.microsoft.com/en-us/library/bb955386.aspx- Proposed as answer by Donna EdwardsMVP Monday, March 1, 2010 3:26 PM
- Marked as answer by Donna EdwardsMVP Thursday, March 11, 2010 5:29 PM
Sunday, February 28, 2010 11:42 AM
All replies
-
you can view the HTML source of actual dialog page you want to associate (see following URL for the same), then create the similair new page for your requirement..
http://social.microsoft.com/Forums/en/crmdevelopment/thread/857888c3-b40d-4cd9-bf1e-0ffeb1f8ccecSaturday, February 27, 2010 8:48 PMAnswerer -
Sini,
Download the Microsoft Dynamics CRM 4.0 SDK from http://www.microsoft.com/downloads/details.aspx?FamilyID=82E632A7-FAF9-41E0-8EC1-A2662AAE9DFB&displaylang=en and extract it to your local computer. You fill find the CRM 4.0 CSS stylesheet within it as well as a UI styling guide for making your pages look like CRM dialog windows. There is also a sample.html page that gives you a great starting point.
Paul Reitmeyer http://www.mscrmdirectory.com- Proposed as answer by Donna EdwardsMVP Monday, March 1, 2010 3:26 PM
- Marked as answer by Donna EdwardsMVP Thursday, March 11, 2010 5:30 PM
Saturday, February 27, 2010 11:36 PM -
Hi Sini,
as Paul already metnioned, you will find templates in the Dynamics CRM SDK download. There is also a Visual Studio template for an addon webpage (pop-up).
See http://msdn.microsoft.com/en-us/library/bb955386.aspx- Proposed as answer by Donna EdwardsMVP Monday, March 1, 2010 3:26 PM
- Marked as answer by Donna EdwardsMVP Thursday, March 11, 2010 5:29 PM
Sunday, February 28, 2010 11:42 AM -
I had tried doing it.the source of the page also i could get. but the problem was the page calls lots of functions and css class which i was not able to locate.
sini_tgSunday, February 28, 2010 6:50 PM