GetEntityDefNamesForSubmit
Description
Returns
the list of all record types the user is allowed to submit. Like the
CanSubmit method, the result is based on any access control
applied to the record type, such as a group list or a hook. The result is similar to the
GetEntityDefNames method, but always contains fewer elements,
since GetEntityDefNames includes all record types (such as User and
Group) which cannot be submitted. See the GetEntityDefNames method for more
information.
Syntax
Perl
$session->GetEntityDefNamesForSubmit();
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- Returns a reference to an array of Strings containing the EntityDef names the user is allowed to submit.