Hi,
1. In my mapping, I have to insert the Primary Key column value in Target table as the MAX(PK column from same target table) + 1.
(I do not want to use Sequence Generator for this purpose).
2.I have to pass a value from one mapping session to the next one in my work flow. How to do the same ?
Thanks
1. In my mapping, I have to insert the Primary Key column value in Target table as the MAX(PK column from same target table) + 1.
(I do not want to use Sequence Generator for this purpose).
2.I have to pass a value from one mapping session to the next one in my work flow. How to do the same ?
Thanks