Adding custom database fields to event?

Hi!

I’m using the Data Processor to do my own CRUD operations on a php backend and it works fine! In my Event database table I have some fields containing additional event information that is not represented in the Lightbox (so no client mapping exists). Still, I’d like these fields to be available to the client. Is there any way I can define these fields in the client so they get automatically included in the DP Post / Load transactions?

Kind regards

Hello,

To make additional properties available on the client simply include them in generated xml file. The also will be send back to the server side during update operations (even without mappings to the lightbox).

Best regards,
Ilya

Aaah, that was too easy!! :smiley:

Works great!

Thanks for swift support! :slight_smile: