Customize Partner Portal and Customer Portal in CRM 2011
-
2011. november 11. 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!
Az összes válasz
-
2011. november 11. 18:34Tulajdonos
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
- Válasznak javasolta: Maria JoaquinMicrosoft Employee 2011. november 11. 18:42
-
2011. november 16. 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! -
2011. november 16. 18:21Anyone?
[]'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On! -
2011. november 18. 22:32TulajdonosYes you should be able to. All the code is available to you as part of the portal package.
-
2011. november 28. 0: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
-
2012. január 23. 14:18ModerátorI 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