Answered by:
Custom aspx page in CRM in OnPremise

Question
-
Hi...
When we distribute a campaign activity a popup will appear where we can assign the ownership of that activity(ex: Email activity).
The url for that popup is given below: http://Server/OrgName/MA/CampaignActivity/Dialogs/confirm_propagation.aspx?EntityTypeCode=4202
Now, I would like to create a button in the Campaign Activity page where I can choose an email template and distribute it using sdk.
For this perpose, I would like to create a copy of this page "confirm_propagation.aspx" and modify it relevantly.
Now, my question is:
1. Can I resue this page, any of the crm inbuilt pages? Because when I open the page "confirm_propagation.aspx" it is using some local resources like
GetResourceString("MA.CampaignActivity.Dialogs.confirm_propagation.aspx_Owner_Myself",Request.QueryString["EntityTypeCode"])"
2. How can I create a crm lookup field in an aspx page? Where can I find the syntax for the controls?
-Thanks
PerfectionistMonday, May 24, 2010 8:25 AM
Answers
-
In case you want to create your own lookup field in asp.net page, check this thread.
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/fcf189f7-48d3-4c31-8ff1-98ec53bd22b5
http://www.ureader.com/message/1210743.aspx
Muhammad Ali Khan
http://malikhan.wordpress.com- Proposed as answer by Muhammad Ali Khan Monday, May 24, 2010 10:36 AM
- Marked as answer by Jim Glass Jr Monday, May 24, 2010 3:20 PM
Monday, May 24, 2010 10:36 AM
All replies
-
1) i think u should not use reference to internal MS CRM pages, because it may change/remove with update or newer version. better create your own.
2) if you deploy your page inside MS CRM isv.config, then you can use MS CRM lookup field. as shown below.
http://malikhan.wordpress.com/2007/11/28/using-ms-crm-30-lookup-form-in-your-aspnet-application/
Muhammad Ali Khan
http://malikhan.wordpress.comMonday, May 24, 2010 8:48 AM -
I have seen the link.
But, as I am using the page in crm itself, I want the look and feel of my custom lookup to be same as that of crm inbuilt lookups. So, how can I achieve this? Is there an easy way to do this?
-Thanks
PerfectionistMonday, May 24, 2010 9:49 AM -
In case you want to create your own lookup field in asp.net page, check this thread.
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/fcf189f7-48d3-4c31-8ff1-98ec53bd22b5
http://www.ureader.com/message/1210743.aspx
Muhammad Ali Khan
http://malikhan.wordpress.com- Proposed as answer by Muhammad Ali Khan Monday, May 24, 2010 10:36 AM
- Marked as answer by Jim Glass Jr Monday, May 24, 2010 3:20 PM
Monday, May 24, 2010 10:36 AM -
In case if your looking for custom lookup,please go through Stunnaware.com.I think it includes commericals to buy stunnware custom lookup.
Thanks
VenkataPMonday, May 24, 2010 12:07 PM