How to "Retrieve Result" for a single result object and not "Evaluate All Results"?
Rohith Patchigolla
Member, Moderator, Employee Posts: 193
✭✭✭✭
in Structures
How to retrieve the result for a single result object instead of Evaluate All results which seems to be the only option available via scripting?
Tagged:
0
Best Answer
-
Please try the below code after activating a result object.
import context_menu context_menu.DoRetrieveResults(ExtAPI)
0