I have a property called BankId in Data-Admin-Operator-ID class and is an exposed column in that table, the issue is that this is not stored in the column value when doing an Obj-Save.
When checked query it was forming the query as BankID (we have this property in @baseclass class).
It is confusing as to why it would pick BankID instead of BankId .. did anyone face such issue anytime ? Also does anyone know how that query is formed ?
@GauravT Thanks for the reply but there is an issue doing that as this is happening in Production and the class is in PegaRules RS which is locked.There is only Save As option and no Save option.