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

Token capitalization is ignored for Message class names #526

Open
arp-mbender opened this issue Nov 13, 2024 · 0 comments
Open

Token capitalization is ignored for Message class names #526

arp-mbender opened this issue Nov 13, 2024 · 0 comments
Labels

Comments

@arp-mbender
Copy link

Tool and Version
What tool/version is it that you're reporting a bug for? i.e.
EarlyBoundGenerator V 2.2024.11.8

Describe the bug
It seems the token capitalizations are ignored when generating classes for custom CRM messages.

To Reproduce
Steps to reproduce the behavior:

  • Create a custom CRM action with the following logical name: prefix_publicgocreatenewprwithprl
  • Add capitalization definition: PublicGOCreateNewPrWithPrl (I've also tried with the prefix)
  • Add message generation to V2 settings, and pick the above mentioned message / custom action
  • Observe the generated class name as: Prefix_Inc_PublicGOcreateNewPrWitHpRlRequest

Expected behavior
With explicit capitalization settings I'd expect the generated class to be Prefix_PublicGOCreateNewPrWithPrl.

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