Asked by:
How to create a popup window in CRM 2013

Question
-
Hi,
I have custom entity "Property". I want to show popup window when click on create button. Here is an example of Invoice Entity.When we click on "Create order" then popup window will occur. I want to create a popup form same as in Invoice Entity.
Tuesday, November 18, 2014 10:31 AM
All replies
-
You can create a custom ribbon button on Property entity.
on click of custom ribbon button you need to call a custom asp page.
Regards, Saad
Tuesday, November 18, 2014 10:44 AM -
Is it not possible within the CRM Customization?Tuesday, November 18, 2014 10:50 AM
-
If you want to implement similar type of behavior , you need to develop your custom html web resource with required controls and then you can call your custom web resource from ribbon button.
Microsoft Dynamics CRM Training|Our Blog | Follow US | Our Facebook Page | Microsoft Dynamics CRM 2011 Application Design
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.- Edited by HIMBAPModerator Tuesday, November 18, 2014 10:59 AM
Tuesday, November 18, 2014 10:59 AMModerator -
Can you give me the example I will be thankful to you.Tuesday, November 18, 2014 11:43 AM
-
Tuesday, November 18, 2014 11:49 AM
-
You might be able to use quick create form. To open the form you will have to add a button.
Regards Faisal
Tuesday, November 18, 2014 1:41 PM