Hi All
I have an Report that "puts" Objets in a Model, and after the reposrt executes, I would like to refresh the Opened Model
I've tyed to use
Context.addActionResult(Constants.ACTION_UPDATE, "", g_objSelected_ObjOcc[0].Model());
but is didn't work, can anyone help me?