CanSubmit

Description

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.

Syntax

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.