lowercase property picked over Camel case during runtime
Hi,
The application has below 2 properties.
Property Name | Class | Ruleset |
CaseID | ABC-MyApp | MyAppFW |
caseID | @baseclass | MyAppFW |
At runtime the objects context is ABC-MyApp. I am setting a value for CaseID. But when i am saving the object it is saving the caseID instead of CaseID which is null at that time.
Could you please let me know how Pega is determining which property to be save in this case.