I have an update_recordset
call in my code, and I'd like to echo back the number of rows that were affected by this update. In version 2009 and 2012, there's a RowCount()
function I can call.
How can I accomplish this in Dynamics 4.0?
I do not want to change this to a select forupdate
call, due to the performance hit.
Thanks!