How to get an id of a newly inserted recipient in JavaScript
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?