- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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?
Solved! Go to Solution.