130 likes | 296 Views
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.
E N D
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
How we start customization • We can customize CRM by using CRM forms. • How can we write custom code or create a web services.
CrmSvcUtil.exe Reference code: CRMSVCUTIL
Workflows • Simple Workflow • Custom Workflow
Access option set Containing condition
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);
Solutions • Manage Solutions • Un-Manage Solutions
HTML pages in CRM • Open CRM - Settings - Customizations - Customize System - Web Resources - New - Select Type Html Page