Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

default values in table

Former Member
0 Likes
560

HI,

HOW CAN WE GET DEFAULT VALUES FOR A FIELD EX LIKE FOR <b>FIELD COUNTRY DEFAULT VALUE 'INDIA'</b>

3 REPLIES 3
Read only

Former Member
0 Likes
529

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

Read only

Former Member
0 Likes
529

If you have a table maintenance defined for that table , then you can write EVENTs and have a default value

Read only

former_member196299
Active Contributor
0 Likes
529

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