Hi Experts,
Im having Issue With LineNum.....
I Have added one record into udo(Master type) through dtw like this....
Child table sample data
ParentKey LineNum U_RATE U_frmdate
Code LineNum U_RATE U_frmdate
SH033 0 10 2013-07-19
SH033 1 10 2013-07-19
Upto Her Its Working Fine....
but
After Adding the Data im updating the same by adding one more record through dtw like this
ParentKey LineNum U_RATE U_frmdate
Code LineNum U_RATE U_frmdate
SH033 0 10 2013-07-19
SH033 1 10 2013-07-19
SH033 2 10 2013-07-19
After This
In ChileTable LineNum is Changing to 3,4,5 ........
But I want 0,1,2........
How To Solve This Issue
Any Help Would Be Greatly Appreciated
Thanks
Shafi
Request clarification before answering.
Please close your thread by marking helpful/correct answer.
Thanks,
Kennedy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shafi,
In your case, you just need to add one record. No need update.
Thanks,
Gordon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shafi,
Why you need 0,1,2 as, the set of records you have provide its correct 3,4,5.
If you change the Parent key only you will get the desired result what you looking for.
Regards
Kennedy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kennedy,
Thanks For Your Reply
because im using this table in the addon
Im doing this manually
i have already two records in the child table(udo of master type) with lineid 1,2 . Now im adding the thrid record and click on update button then its giving me the lineid as 3 . Its ok
but when i try the same through dtw its chaning and giving me the lineid as 3,4,5
Any Solutions
Thanks
Shafi
| User | Count |
|---|---|
| 14 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.