1 / 12

MS CRM Dynamics 2011

MS CRM Dynamics 2011. Customer relationship management. What is CRM.  Focuses mainly on Sales, Marketing, and Service (help desk) sectors. Topics that will discus. Customization WF's (custom work flows ) JavaScript Managed Solutions Unmanaged Solutions HTML pages in CRM.

harry
Download Presentation

MS CRM Dynamics 2011

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MS CRM Dynamics 2011 Customer relationship management

  2. What is CRM •  Focuses mainly on Sales, Marketing, and Service (help desk) sectors

  3. Topics that will discus • Customization • WF's (custom work flows) • JavaScript • Managed Solutions • Unmanaged Solutions • HTML pages in CRM

  4. How we start customization • We can customize CRM by using CRM forms. • How can we write custom code or create a web services.

  5. CrmSvcUtil.exe Reference code: CRMSVCUTIL

  6. Workflows • Simple Workflow • Custom Workflow

  7. Access data using linq

  8. Access option set Containing condition

  9. Javascript • Xrm.Page.getControl(“controlName") .setDisabled(false); • Xrm.Page.getAttribute(" CRMFieldSchemaName ").getValue(); • Xrm.Page.ui.tabs.get(" CRMFieldSchemaName ").setVisible(true); • Call the onchange event of a field • Xrm.Page.getAttribute(“CRMFieldSchemaName”).fireOnChange(); • Xrm.Page.getControl(“CRMFieldSchemaName”).setFocus(true);

  10. Solutions • Manage Solutions • Un-Manage Solutions

  11. HTML pages in CRM • Open CRM - Settings - Customizations - Customize System - Web Resources - New - Select Type Html Page

  12. Thank you

More Related