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

Table maintenance Generator issue

Former Member
0 Likes
542

Hi,

I am facing problem while maintaining entries in table maintenance generator for the table that I have created.

I have created table with 6 fields and 3 are primary keys.

Now I am maintaining data in table  maintenance maintenance generator I have one entry for example.

Field1   Field2   field3   field4   field5   field6

1          2          3          4          5          6

When I try to maintain 2nd entry i.e.

Field1   Field2   field3   field4   field5   field6

1          2          3          7          8         9        

It gives an error message "Entry with same key already exists"

thanks for your help in advance

Thanks

Parag

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
481

It is not possible to enter same values again and again for all the same key fields, you can make combination of them.

For the given example if field1 field2 and field3 are the key fields then your are entering 1 2 3 twice for those key fields, that may be the reason of the error. 

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
481

Hi,

you have made an error when you have choose your key. A key must be unique, so you have to add a field to never have this

regards

Fred

Read only

Former Member
0 Likes
482

It is not possible to enter same values again and again for all the same key fields, you can make combination of them.

For the given example if field1 field2 and field3 are the key fields then your are entering 1 2 3 twice for those key fields, that may be the reason of the error.