Customize Partner Portal and Customer Portal in CRM 2011
-
11 Kasım 2011 Cuma 17:22
Hello there!
Is it possible to customize and extend the code of the Partner Relationship Management Portal and Customer Portal? Can I create new pages, new functionalities and use new entities?Is it dificult?
Thanks in advance!
[]'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On!
Tüm Yanıtlar
-
11 Kasım 2011 Cuma 18:34Sahip
Hi Juliano,
Yes it is possible to extend both the portals. The CRM SDK provides documentation and samples that you can leverage: http://www.microsoft.com/download/en/details.aspx?id=24004.
- Palak
- Yanıt Olarak Öneren Maria JoaquinMicrosoft Employee 11 Kasım 2011 Cuma 18:42
-
16 Kasım 2011 Çarşamba 15:13But can I change the source code from the both Portals and recompile to use it, according to my requirements?
[]'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On! -
16 Kasım 2011 Çarşamba 18:21Anyone?
[]'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On! -
18 Kasım 2011 Cuma 22:32SahipYes you should be able to. All the code is available to you as part of the portal package.
-
28 Kasım 2011 Pazartesi 00:22
Hello there can anyone please help.
I have create a new page name task, and I want all the task associated with that contact displayed on that page, is there a help on how I could do that?
I tried to check and it seems I have to add a taskAccess entity as well?
How about this part of the code what does this mean?
ActivitiesList.ColumnsGenerator = new CrmSavedQueryColumnsGenerator("Cases Web View");
where was Cases Web View called?
Thanks
-
23 Ocak 2012 Pazartesi 14:18ModeratörI would highly recommend examining all of the code in the portals to see the programatic extensibility. As for task access, you can add an entity if you like. Tht would mean that you could configure task security on a contact-by-contac basis. The CrmSavedQueryColumnsGenerator class will generate columns for a gridview based on the columns in a saved query name. In this case (no pun intended), you can view the columns in the view in CRM on the incident/case entity.
Shan McArthur www.shanmcarthur.net Check out the commercial edition of xRM portals @ www.adxstudio.com