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

Syntaxe

VBScript

session.CanSubmit entDefName 

Perl

$session->CanSubmit($entDefName); 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
entDefName
A String that specifies the name of an EntityDef.
Valeur renvoyée
Returns True if the current user is allowed to submit the named EntityDef; False otherwise.

Feedback