Returns the default action name associated with the current state.
This method allows you to get the default action for the specified record.
Whereas this method returns the default action name associated with the current state, GetActionDestStateName returns the destination state name associated with the current action.
VBScript
entity.GetDefaultActionName
Perl
$entity->GetDefaultActionName();
VBScript
DefaultActionName = entity.GetDefaultActionName
Perl
$defaultactionname = $entity->GetDefaultActionName();