Previous Topic: SetApproveName Method

Next Topic: SetCreatePackageName Method


SetApproveId Method

Sets the specified Approve as the current context Approve.

Syntax

object.SetApproveId(lngObjId)

Owning Class

CaWContext

Arguments

lngObjId - A long that represents the Approve object ID.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetApproveId(lngObjId)

More information: