Customize Partner Portal and Customer Portal in CRM 2011

Proposed Customize Partner Portal and Customer Portal in CRM 2011

  • 11 Nopember 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!

Semua Balasan

  • 11 Nopember 2011 18:34
    Pemilik
     
     Saran Jawaban

    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

  • 16 Nopember 2011 15:13
     
     
    But 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 Nopember 2011 18:21
     
     
    Anyone?
    []'s Juliano Bassetto - [MCT/MCP/MCITP/MCTS] - Semper Fi! Carry On!
  • 18 Nopember 2011 22:32
    Pemilik
     
     
    Yes you should be able to. All the code is available to you as part of the portal package.
  • 28 Nopember 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

  • 23 Januari 2012 14:18
    Moderator
     
     
    I 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