Hello,
We have a custom table which has couple of fields with type DECIMAL. And this table gets updated by a custom transaction.
I would like to know if we can store the NULL values in these fields. Since these fields are declared as decimals, by default it storing the zero values in it.
when our custom program reads these records, it should be able to know if its zero value or aNULL value.
anyone ?