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

1.2016.4.27 - Doesn't change attribute casing #40

Closed
ghost opened this issue May 3, 2016 · 4 comments
Closed

1.2016.4.27 - Doesn't change attribute casing #40

ghost opened this issue May 3, 2016 · 4 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented May 3, 2016

When I use the "Specify Attribute Names" the names are not updated with the casing that I have specified.

  • attribute name in CRM: "new_attribtecomplexname"
  • generated name: "New_attribtecomplexname"
  • expected name: "New_AttribteComplexName"

This appears to be a regression from the previous version.

@daryllabar daryllabar added the bug label May 3, 2016
@daryllabar daryllabar self-assigned this May 3, 2016
@daryllabar
Copy link
Owner

Is this for an OptionSet Attribute?

@ghost
Copy link
Author

ghost commented May 3, 2016

I am seeing this on DateTime, Two Options, Single Line Text, Whole Number and Lookup attributes. I don't have an OptionSet attribute that I am changing the casing on but it appears to be any type of attribute.

@daryllabar
Copy link
Owner

Figured out the bug... I switched the parsing of the config value for KeyValuePairs Hopefully this weekend I can find time to fix the root cause. For now, you can update your CrmSvcUtil.exe.config, and replace each comma after the account logical name with a Colon, and then run the command line manually as a work around... so

entity,attribute1,attribute2|entity,attribute1

goes to

entity:attribute1,attribute2|entity:attribute1

daryllabar added a commit that referenced this issue May 25, 2016
Added Ability to Delete Attributes.
Fix for Difficulties with Connection to Online Sandbox + resolution #41
Fix for 1.2016.4.27 - Doesn't change attribute casing #40
@daryllabar
Copy link
Owner

Closed with version 2016.5.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant