Tuesday 15 November 2016

Import / Export Subject Tree From MS Dynamics CRM

Note : Fallow below Steps

1. Configuration Migration tool alone using the link below:
 http://crmchap.co.uk/wp-content/uploads/2018/05/Microsoft.CrmSdk.XrmTooling.ConfigurationMigration.Wpf_.9.0.2.3.zip

2. Go to This downloaded  CrmSdk Tool
 .. \Microsoft.CrmSdk.XrmTooling.ConfigurationMigration.Wpf.9.0.2.3\tools
open DataMigrationUtility open this setup.

Setps for Data Import:-

A.



B. After Choose Create Schema . 

C. After Logged In.
Select Subject Entity below screen shot .

Click on Save and Export Button.
(Save Schema to selected Path / folder)

D. Select Export option
Below Screen short.

Select Above Downloaded Schema of Subject entity .
and put  exported data file name (exported record downloaded in ZIP)

below screen shot
Complete Export Steps


Export Data 

A. Select Export Data
below Screen shot .
Login Your CRM Credential .

B. Select Data File(ZIP)
Below Screen Shot
Complete Export Steps

Saturday 5 November 2016

Dynamics CRM : button add in service calander

 
     Dynamics CRM: button add in service calendar

Add button in Service Calendar entity in command bar in Dynamics CRM.
Let’s walk through using an example
The example given below is for this add button in service calendar entity on command bar in Dynamics CRM.

Assume add button “New Country” in service calendar entity in command bar, Click on this button redirect to “CountryMaster” entity form. Only two option are fallow .
  • 1.     Add Application Ribbons component of solution.
  • 2.     Open RibbonWorkbench and select the solution and select Application Ribbons.    
     
Add Application Ribbons component of solution.

Many step are given below

a.     Open new solution in Dynamics CRM.
b.    Click on component à add on existingà select Application Ribbons. And save, publish.
(Graphical; process are given below)


Open RibbonWorkbench

This option are many step
  • a.     Open RibbonWorkbench
  • b.    Select the solution (added in application ribbons).
  • c.     Select Application ribbons.
  • d.    Add command and fill action details(using url or java script) àok
  • e.     Drag & drop button on required place.
  • f.     Select the command and fill required the details.
  • g.    Publish.
  •    (Graphical process are given below)


Publish are success
Click on “New Country” open new country form.