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.
Note: This method became available in version 2003.06.12.

Syntax

VBScript


session.GetEntityDefNamesForSubmit 

Perl


$session->GetEntityDefNamesForSubmit(); 
Identifier
Description
session
The Session object that represents the current database-access session.
Return value
For Visual Basic, returns a Variant containing an array of Strings containing the EntityDef names the user is allowed to submit. For Perl, returns a reference to an array of Strings containing the EntityDef names the user is allowed to submit.