‎2007 May 25 12:16 PM
HI,
HOW CAN WE GET DEFAULT VALUES FOR A FIELD EX LIKE FOR <b>FIELD COUNTRY DEFAULT VALUE 'INDIA'</b>
‎2007 May 25 12:22 PM
Hi,
I think you can't have a default value in DB table, but you can default the same while inserting the record.
Regards,
Atish
‎2007 May 25 12:25 PM
If you have a table maintenance defined for that table , then you can write EVENTs and have a default value
‎2007 May 25 12:35 PM
hi Bysani ,
You can not have a default value for a field assigned in the DB level .
You can rather fill the table manually with the defalult values .
Regards,
Ranjita