Avatar

Level 2

Hello,

How do you get a recipient id immediately after it was inserted using xtk.session.write?

Example

xtk.session.Write(<recipient _operation="insert" lastName="Martinez" firstName="Peter" xtkschema="nms:recipient"/>);

//How to get the id of this newly added record?