locked
locate the .aspx file and customize it RRS feed

  • Question

  • Hi,

    I am new to Sharepoint application. I have created a new site in a web application and i want to make some changes to the code of that site. Is this possible?

    Actually i want that web application to integrate with MS CRM 2011. My requirement is like, when i create a record in CRM, it should also be created in my sharepont site automatically. And thats the reason i want to locate the .aspx file and customize it according to my requirement.

    Thanks in advance..
    • Changed type RazorX_CRM Monday, February 13, 2012 11:48 AM qwe
    • Edited by RazorX_CRM Monday, February 13, 2012 11:48 AM qww
    Monday, February 13, 2012 11:47 AM

All replies

  • I am afraid this approach is not a recommended one as far as MS CRM is concerend. Rather create custom workflow/plugin to create a sharepoint record whenever a record is created in MS CRM.


    Sohaib Ahmad [Business Management Solution Professional] http://www.solutiontalk.blogspot.com

    Monday, February 13, 2012 12:53 PM
  • Hi Sohaib,

    Thanks for your reply. I want to edit the .aspx page of sharepoint. So that i can write a code to connect to the CRM application and use methods like retrieve or retrievemultiple to retrieve data from CRM to sharepont site.

    Is there any way to locate sharepoint .aspx file and customize it?

    Tuesday, February 14, 2012 5:29 AM
  • If you want to create a new SharePoint site, when a new CRM record is created, you should look into plugin development. You can attach your plugin to the Create-event of your entity and then create a SharePoint site programatically.
    Thursday, February 16, 2012 1:33 PM