cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

DataTable entry update service query

Jamal8548
11-Garnet

DataTable entry update service query

I have only one entry in my datatable with 4 fields. One of the field is primary key for that datashape. Now my question is i want to update this entry but that primary key value would also be updated. Now the confusion is how can i do that? I have the service UpdateDataTableEntry and AddOrUpdateDataTableEntry but these both services creates a new entry because the value of the primary key changes too. what is the best solution in this regard should i delete the entry first and then add the new one or how you can see this problem?

1 ACCEPTED SOLUTION

Accepted Solutions

i think i have set another field as a primary key which will remain same and i can always change other fields that it.

View solution in original post

2 REPLIES 2

I think you should remove the row and add a new row.

i think i have set another field as a primary key which will remain same and i can always change other fields that it.

Top Tags