10-17-2011 12:57 AM
Hi
How can stop a step from logging to the database?
10-17-2011 04:43 AM
In the step properties, clear the Record Results check box.
10-17-2011 04:47 AM
Sorry about the dumb question.
I figured it out just after i posted the question on the forum.
10-17-2011 05:01 AM
Is it possible to stop the logging of a Call Sequence Step but the contents of the step must be logged?
10-17-2011 06:48 AM
No. You will have to process the results afterwards to remove the SequenceCall step result but keep the actual results of the sequence.
I think even if you discard the step's result in the SequencePostResultList callback sequence you will still loss the actual subsequence results.