InsertOptionValueRequest insertOptionValueRequest1 =
new InsertOptionValueRequest
{
OptionSetName = "optionsetname",
Label = new Label("Sample Option Set", _languageCode),
Value = 99999
};
int _insertedOptionValue1 = ((InsertOptionValueResponse)_serviceProxy.Execute(insertOptionValueRequest1)).NewOptionValue;
This will return an error message.
The evaluation of the current component(name=AttributePicklistValue, id=71c6d11f-f122-e411-b272-d89d6765e198) in the current operation (Create) failed during managed property evaluation of condition: Microsoft.Crm.BusinessEntities.IsParentCustomizableCondition
I am only able to update the option set but not able to add. how to do this .