By using this website, you agree to our Terms of Use (click here)
I am using the OData JSON result from an Acumatica GI to map to a TypeScript class. Unfortunately, the output of the result field names is in Pascal Case (first letter in caps). TypeScript class properties/fields should be in Camel Case (first letter in lower case).
http://www.typescriptlang.org/docs/handbook/classes.html
https://github.com/basarat/typescript-book/blob/master/docs/styleguide/styleguide.md#class

I could change the format of the field names to the desired case style by updating the captions in the Generic Inquiry.

What a drag! Is there an easier way to configure this format?
Thanks,
Tim
I've noticed the same thing when creating a Data Access Class from a SQL View. It always makes the first character lowercase. Definitely annoying.
