per table setting - export original values

Post Reply
philmills
User
Posts: 555

per table setting - export original values

Post by philmills »

Would like to be able to choose to export original values on a per table basis.
Right now its a global setting for all tables.
If you need to make an exception to that it's not easy.


mobhar
User
Posts: 11727

Post by mobhar »

For the time being, this post should help: viewtopic.php?p=162846#p162846


Webmaster
User
Posts: 9427

Post by Webmaster »

In v2022, you can use Page_Load server event and the setFieldProperties() method for setting a property for all fields, e.g.

$this->setFieldProperties("ExportOriginalValue", false);

Post Reply