company logo

PropertyHandle :: ExecuteInstanceAction - Execute action on instance level

The function calls an action that is defined in the structure context of the current instance. The function is executed on the server side.

The action may use the SetActionResult() function to pass the result of the action to the client application. The result can be retrieved from the client application using the function GetActionResult().

Return value:  Success ( logical  )

Implementation details

logical PropertyHandle  :: ExecuteInstanceAction ( NString &action_name, NString &cnparm, logical conversion_opt=YES )
  • action_name - Action name

    Used in order to initialize CAU_Actions from database definitions.

    Notes:

    Should be C string

  • cnparm - - Title unknown
  • conversion_opt - - internal feature (not documented) Default: YES