RE: Value of option set when it is imported??
Hi KSRU,
if a solution id exported from A as Managed and imported in B. This solution has an option set with default value of 10 in account entity. After import in B, the default value has changed to 30. If the default value is changed to 50 in machine A, will it get import in B or not?
--> Yes you will able to import solution to B
option set value is depend on what option you are selecting when importing managed solution,
1. Maintain Customization
Selecting this option will maintain any unmanaged customizations performed on components but also implies that some of the updates included in this solution will not take effect.
-- With this option, changed value in B will be stays same, and new item will be added in option set.
2. Overwrite Customizations
Selecting this option will overwrite any unmanaged customizations previously performed on components included in this solution. All updates included in this solution will take effect.
-- With this option, changed value in B will be overwritten with A
please check for more details of managed solution
https://msdn.microsoft.com/en-us/library/gg309329(v=crm.7).aspx