Checks if the object is a valid object.
object.IsValid()
CaWCheckout
None
A boolean - True if the object is a valid object otherwise False.
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() If objCheckout.IsValid() <> 0 Then
msgbox “This is a valid object”, vbOKonly, “Test Checkout”
End If
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|