GetActionDestStateName

Description

Returns the destination state name associated with the action named by the actionDefName parameter. This call allows an application to navigate the state transition matrix. Whereas the GetDefaultActionName method returns the default action name associated with the current state, this method returns the destination state name associated with the current action.

Use this call to allow an external application to navigate the state transition matrix.

Whereas GetDefaultActionName returns the default action name associated with the current state, this method returns the destination state name associated with the current action.

Syntax

VBScript


entitydef.GetActionDestStateName actionDefName 

Perl


$entitydef->GetActionDestStateName(actionDefName); 
Identifier
Description
entitydef
An EntityDef object corresponding to a record type in a schema.
actionDefName
A String that identifies a valid action name.
Return value
A String that specifies the destination state of a given action def.