Please enable JavaScript to view this site.

QPR Knowledge Base 2019.1

Navigation: Developer's Guide > QPR API > The Object Model > Common

Actions

Scroll Prev Top Next More

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, "")