Performs the specified action on a record and makes the record available for editing.
To obtain a list of legal values for the edit_action_name parameter, call the GetActionDefNames method of the appropriate EntityDef object.
After calling this method, you can modify the fields of the corresponding record. When you are done editing the record, validate it and commit your changes to the database by calling the Validate and Commit methods, respectively.
VBScript
entity.EditEntity edit_action_name
Perl
$entity->EditEntity(edit_action_name);