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

Add deletion flag

Karan_Chopra_
Active Participant
0 Likes
429

i hav a table which has two fields . in the main field i add corresponding entries in the secondary field i can only hav one mmain field entry and multiple entrins in secondary field.

now if i update the secondary fields for some other main field entry it shud update in the main table and without deleting previous entries it shud add deletion flag to previous fields and add updated entries.plz help me how to add deletion flag.

i hav a table which has two fields . in the main field i add corresponding entries in the secondary field i can only hav one mmain field entry and multiple entrins in secondary field.

now if i update the secondary fields for some other main field entry it shud update in the main table and without deleting previous entries it shud add deletion flag to previous fields and add updated entries.plz help me how to add deletion flag.

2 REPLIES 2
Read only

Karan_Chopra_
Active Participant
0 Likes
402

plz help

Read only

former_member225631
Active Contributor
0 Likes
402

If you update the secondary fields for some other main field entry, first read corresponding existing entry and add deletion flag using modify command then use append to add new entry. If you are not able to solve, elabrate the problem.