Retrieve the current CA Harvest SCM Approve object.
object.GetApprove()
CaWContext
None
A CaWApprove object that represents the current Approve object if set, null if not set or error.
Example
Dim objApprove Set objApprove = objContext.GetApprove() If objApprove Is Nothing Then
msgbox “Can't get approve object.”, vbOKonly + vbExclamation, “GetApprove”
End If
More information:
| Copyright © 2013 CA. All rights reserved. |
|