avin_ln
24th May 2014, 13:27
Hello everyone,
I am customizing a session in which i require some additional fields. Thes fields i am storing in an extension table(ltacp100) having same index as main table of tfacp1500m000. On customized session i am using some of my extension table fields. so to display my extension table fields in tfacp1500m000, i have created wrapper of this session and added
query.extend.select("tfacp100.*, ltacp100.*")
query.extend.from("tfacp100, ltacp100")
query.extend.where(tfacp100.ninv = ltacp100.docn")
Now, when i start the session same records are displayed twice, can anyone give solution to this problem.
Thank You,
Avin Singhi
I am customizing a session in which i require some additional fields. Thes fields i am storing in an extension table(ltacp100) having same index as main table of tfacp1500m000. On customized session i am using some of my extension table fields. so to display my extension table fields in tfacp1500m000, i have created wrapper of this session and added
query.extend.select("tfacp100.*, ltacp100.*")
query.extend.from("tfacp100, ltacp100")
query.extend.where(tfacp100.ninv = ltacp100.docn")
Now, when i start the session same records are displayed twice, can anyone give solution to this problem.
Thank You,
Avin Singhi