Returns
True if the current user is allowed to submit the named record type (EntityDef).
The result is based on any access control applied to the record type, such
as a group list or a hook.
Note: This method became available in version 2003.06.12.
Syntax
VBScript
session.CanSubmitentDefName
Perl
$session->CanSubmit($entDefName);
Identifier
Description
session
The Session object that represents the current database-access
session.
entDefName
A String that specifies the name of an EntityDef.
Return value
Returns True if the current user is allowed to submit the
named EntityDef; False otherwise.