manish_patel
4th August 2008, 08:00
Hi,

There is existing table with more than 60k records.

Now we need to modify existing table: add one more field (i.e. status) with domain type tcyesno and tcyesno.no as Initial value.

My question is - After this table level changes what should be the value of status field of existing records? I mean - Is it empty or tcyesno.no?

Regards,
Manish

pconde
4th August 2008, 10:41
Hi,

In the maintain table field session on there is a field initial value:
fill this field with the value tcyesno.no.
After table reconfiguration the new table field should contain tcyesno.no for all existing records

Regards

manish_patel
4th August 2008, 12:28
Thanks a lot.
Yes, table level changes I have already done. But I was worried about existing records.