How to get the id after insert (Auto PK= True)
xtk.session.Write(<tempOptout xtkschema="sam:tempOptout" _operation="insert" rId={vrId} blId={vblId} oldEmail={vOldEmail} optOut={vOptOut} />);
In the above I want to get back the id value for the above schema after the insert. Schema has autopk=true
Please help