Retrieve the current CA Harvest SCM Promote object.
object.GetPromote()
CaWContext
None
A CaWPromote object that represents the current Promote object if set, null if not set or error.
Example
Dim objPromote Set objPromote = objContext.GetPromote() If objPromote Is Nothing Then
msgbox “Can't get promote object.”, vbOKonly + vbExclamation, “GetPromote”
End If
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|