COM-FSM

Form Objects

Page last modified 13:48, 22 Feb 2009 by kgirrard
    Table of contents
    No headers

    Version as of 10:15, 19 Apr 2024

    to this version.

    Return to Version archive.

    View current version

    Object access required by forms

    Summary Database objects and access available to forms
    Maintainer Information Technology
    Source Form developers
    Affects Form operation
    Affected By  
    Values  
    Requirements  
    Operation

    The access and security defined on this form reflect the highest level of access that the form may require. User-specific security will further restrict, but never extend, this access.

    Omitting Insert access will prevent a form from allowing creation of new records.

    Omitting Delete access will disable all delete controls on a form.

    Omitting Update access will cause data to be provided to forms as read-only.

    An additional permission, execute, is required on some objects but not supported on this form. Those objects require configuration outside of the on-line environment.

    Value-level security can be used to limit the data from specific tables by adding value-based restrictions. Any column from a table may be compared to fixed values, or to the value defined by a Token such as IDENTITY (the identity.id of the current user). The Comparison used determines which of Value/Low or High are used. Most comparisons are performed between the column value and Value/Low or Token value. Value/Low and High are used only for comparisons that evaluate a range (such as Between).

     

    Powered by MindTouch Core