How to read and use RDB-save method results?
I am executing a query through RDB-Save method from an activity. I want to display the results to user. I have used pxRDBError property to display fail message, but didn't find any solution to display success message in UI.
Have anyone tried that? If so, please let me know how to do it.
For example, if I use a update query, I have to show to the user with no. of rows updated.