Any way to return the Results.result from an Update Named Query?
Assuming you are calling your named query in a script, it would be like this
result = system.db.runNamedQuery('path/yourQuery',params)
4 Likes
Thank you @amy.thompson, that helped with the handshaking