QPR Knowledge Base 2017.1

Actions

Actions

Previous topic Next topic No directory for this topic  

Actions

Previous topic Next topic Topic directory requires JavaScript Mail us feedback on this topic!  

The Actions object is a read-only property that can be queried or used directly (see examples below) from both the PGApplication and SCApplication objects.

 

Examples:

 

Set ObjActions = SCApplication.Actions

iRet = ObjActions.Find("PRODUCT=SC;ACTIONTYPES=Actionplan,comment", _

"Creator.LoginName = ""jsmith""", "Header", olResults)

 

iRet = PGApplication.Actions.Delete(iAction, "")