Export original values

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
konfuzion
User
Posts: 378

Export original values

Post by konfuzion »

Advanced Settings > Export original values [x]

Is there a way to programmatically disable/enable this in server events? In some export tables I don't want original values.


arbei
User
Posts: 9286

Post by arbei »

You may search "ExportOriginalValue" in this forum.


konfuzion
User
Posts: 378

Post by konfuzion »

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

Works for LIST and EXPORT

But I would like:

LIST = VIEW VALUES
EXPORT = ORIGINAL VALUES

I reverted the LIST to use VIEW VALUES and putting the code
$this->setFieldProperties("ExportOriginalValue", true);
in PAGE EXPORTING but export still shows VIEW VALUES


mobhar
User
Posts: 11660

Post by mobhar »


konfuzion
User
Posts: 378

Post by konfuzion »

tks, working


Post Reply