09-30-2011 09:13 AM
I am wanting to write some code to simplify adding list/detail/edit views in the mobile client.
I am having difficulty in finding where the entity property names are stored or derived.
For example I have two columns
column name: SERIAL_NUMBER_STATUS, SERIAL_NUMBER_LOCATION
display name: Serial Number Status, Serial Number Location
property name: Serial_number_Status, Serial_number_location
Why is the case of the characters not consistent?
What is the key to unlock how the propery name is derived, or better yet, where is it stored?
Thanks!
Norman
09-30-2011 11:26 AM
09-30-2011 11:48 AM