Skip to content

Conversation

@JannyM85
Copy link

Fix #349
When generate optionSets earlyboundtypes from CRM then you have problem with EarlyBoundTypes-Optonset name for example :

[System.Runtime.Serialization.DataContractAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("CrmSvcUtil", "9.0.0.9154")]
public enum account_preferredcontactmethodcode
{

[System.Runtime.Serialization.EnumMemberAttribute()]
UnknownLabel1 = 1,

[System.Runtime.Serialization.EnumMemberAttribute()]
UnknownLabel2 = 2,

[System.Runtime.Serialization.EnumMemberAttribute()]
UnknownLabel3 = 3,

[System.Runtime.Serialization.EnumMemberAttribute()]
UnknownLabel4 = 4,

[System.Runtime.Serialization.EnumMemberAttribute()]
UnknownLabel5 = 5,
}

@JannyM85 JannyM85 changed the title Fix #349 Add naming Fix #349 Invalid option set name => Add namingservice Feb 19, 2020
@JannyM85 JannyM85 changed the base branch from master to spkl_dev April 20, 2020 07:27
@scottdurow
Copy link
Owner

Can you do a merge of the latest changes in the spkl_dev branch please - currently showing 38 files changed.

@JannyM85
Copy link
Author

I create new request #380

@JannyM85 JannyM85 closed this Apr 20, 2020
@JannyM85 JannyM85 deleted the AddNamingSerbviceFix_3334 branch August 24, 2020 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid OptionsetNames - UnknownLabel1

2 participants