how to add a new entry for database

johny2 years ago

Hello,
I want o know if it possible to add a new entry for database ,depending on the device s protocol,
for example :
if we get a new record from a ruptela device,will work with <entry key='database.insertPosition-ruptela'>
if we get a new record from a gt06 device ,will work with <entry key='database.insertPosition-gt06'>

is it possible to achieve that ? if yes ,can you please tell me what should i do to achieve ?

Thank you so much

Anton Tananaev2 years ago

Not possible out of the box. Also, we actually removing those query overrides.

It is possible if you customize the code, but the idea doesn't make much sense to me. Why do you want to do that?