Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #349 Invalid option set name => Add namingservice #363

Closed

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