Customize Partner Portal and Customer Portal in CRM 2011
-
vrijdag 11 november 2011 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!
Alle reacties
-
vrijdag 11 november 2011 18:34Eigenaar
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
- Als antwoord voorgesteld door Maria JoaquinMicrosoft Employee vrijdag 11 november 2011 18:42
-
woensdag 16 november 2011 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! -
woensdag 16 november 2011 18:21Anyone?
[]'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On! -
vrijdag 18 november 2011 22:32EigenaarYes you should be able to. All the code is available to you as part of the portal package.
-
maandag 28 november 2011 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
-
maandag 23 januari 2012 14:18ModeratorI 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