Hi,I'm using the standard recipient table with few additional fields. I
do have a t_id column which serves as a primary key for the table. I get
the data from an external source and store it in a temp schema. I fetch
all the data from the schema and try to update the email details of t_id
present in the schema. When the t_id is present in the recipient table ,
new email details are getting updated but if the t_id is not present ,
it's not inserting the data even though i chose insert or update
o...