Share via


Enabling Row-Level Permissions

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

To implement row-level permissions for any specified main table in a workflow application, you first must enable this feature for that table. Then, you must add row-level permissions functionality to your user interface.

To enable row-level permissions for your application

  1. In the Solution Explorer, expand the Tables folder.
  2. Select a main table that you want to enable row-level permissions on.
  3. In the Properties grid, set the RowPermissions property to True.

See Also

Defining Table Security | Row-Level Permissions and the Workflow User Interface