Hi,You can keep the autopk="true" and use the following sql
syntax:INSERT INTO nmsrecipient
(irecipientid,semail,saccount,sfirstName,slastName) VALUES
(GetNewId(),'adobe@adbc.com','7835845','s','b');Or you can create a
custom recipient specific sequence and custom new id function and use
that one too as mentioned by Jon.Thanks,Saikat