CimChangeApprovalData (Object)

Overview The CimChangeApprovalData object contains information about Change Approval information (e.g.Performer and Verifier User ID, Password and Comments for Point Operations).
Example
Dim obj As New CimAlmChangeApprovalData
             obj.PerformerUserid = "OPERATOR"
             obj.PerformerPassword = ""
             obj.PerformerComment= "bool=1 from BCE"
             obj.VerifierUserid = "MANAGER"
             obj.VerifierPassword = ""
             obj.VerifierComment= "bool=1  from BCE"