GetActionName

Description

Returns the name of the current action associated with the current entity. Used in base action hooks.
Remarque : You cannot use this method in a Record Script.

Syntaxe

VBScript

entity.GetActionName 

Perl

$entity->GetActionName(); 
Identificateur
Description
entity
An Entity object corresponding to a record in a schema.
Valeur renvoyée
A String containing the name of the current action associated with the current entity.

Exemples

VBScript

actionName = entityObj.GetActionName 

Perl

$actionName = $entityObj->GetActionName(); 

Commentaires