Search This Blog

Friday, September 30, 2016

Monday, September 26, 2016

Optionset name is already exist error occur while import solution in CRM

Error Description:
Optionset name is already exist error occur while import solution in CRM

Cause:
The schema name of the source and target environment must be same.

Target system Schema Name Destination system Schema Name
new_TestData new_testdata

Even though difference in the capitalisation, it won't import schema name must be same(name should be same in the  both environment)

Solutions:
 There are two solution.

  • Delete the column name in the destination and import the solution.

          Cons:
             If you delete the column in the destination, the data would loss.

  • Update the attribute table in the destination in the SQL as 

          "update Attribute set PhysicalName='new_TestData' where name ='new_testdata'"
          Cons:
            It works only in on-premise

Monday, September 12, 2016

Activity point type code in dynamics CRM

Activity point type code in dynamics CRM 

Value
Label
4201
Appointment
4202
Email
4204
Fax
4206
Case Resolution
4207
Letter
4208
Opportunity Close
4209
Order Close
4210
Phone Call
4211
Quote Close
4212
Task
4214
Service Activity
4251
Recurring Appointment
4401
Campaign Response
4402
Campaign Activity
4406
Bulk Operation