Forum Discussion
AlexKaras
10 years agoCommunity Hero
Hi,
You may consider aqObject.CompareProperty method (with the last parameter set to BuiltIn.lmNone to prevent logging) that returns boolean.
Verification point in this case might be like this (VBScript pseudocode):
If (aqObject.CompareProperty(, , , , BuiltIn.lmNone)) Then
Call Log.Checkpoint(<some message>, , , , obj.Picture)
Else
Call Log.Error()
End If