Wednesday, July 4, 2018

Form Permissions

Each form in the Application Object Tree (AOT) has a permissions node that
contains either four or five sub-nodes - Read, Update, Create, Delete and Correct.
Correct is only displayed if a table in the form has Date Effective data. Under
these nodes are four additional nodes - Controls, Tables, Server Methods and
Associated Forms.


When a table is added to a form data source, the table is automatically added to
the Tables node for each of the
Permissions sub-nodes. Each of the nodes under
the Tables node has an
EffectiveAccess property which sets what access is
allowed to the table


The
EffectiveAccess property is automatically set based on properties on the data
source. If the data source property
AllowDelete is set to No, the EffectiveAccessproperty is set to Update. If the data source property AllowEdit is set to No, theEffectiveAcces property is set to Read.
 


To set access for a control in the form, set the Securable property on the control
to
Yes. The control can then be added to the Controls node under each of the
permissions nodes.


Best Regards,
Hossein Karimi  

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...