During Obj-Save, value not stored in exposed column of pr_operators table

Hi,

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 ?

@DeviPriya A solution that may work would be to go to the Data-Admin-Operator-ID Class definition.

Go to the External Mapping tab and map the property name with the exact Column named defined in the pr_operators table.

Save the class instance after adding the mapping.

Resave the DB table Instance for the same class to make sure the new changes reflect.

Please reply if it works.

@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.

Should i still proceed with the above solution ?