Hi,
I have some reports which are based on java classes (which search data and make inserts using model classes in a temporary table (its name starts with T_) ).
The table has a Value column.
Most of the process are filling it, but one is not.
But, when looking in the table, I see the column if filled anyway.
And I'm not sure if it's a bug or a feature :)
Checking code, PO.saveNew() is excluding M_AttributeInstance and AD_TableAttribute from populating the Value column (see line 3545).
So wondering if temporary tables should not also be excluded.
Something like :
wdyt?
I think DocumentNo should behave the same
Thanks,
Nicolas
nb: a workaround would be to force populating the columns by the process