Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am stuck in my development project, and your help would be greatly appreciated.
You don't need define invoice_interface_id column on tMap, remove it.
In advanced columns specify:
name: "invoice_interface_id"
SQL expression:"vrtx.vrtx_lexnex_ap_invoices_int_s.nextval"
Position: Before
Reference column: the column after invoice_interface_id in your real table(for example, there are three columns in your table:
invoice_interface_id,name,age
the reference column is name here)