Class DBC.AccessScriptFields
Fields for AccessScript, Scripts to implement row-based access rules (sentry light)
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.AccessScriptFields
Fields
AccessScriptId
AccessScript.AccessScriptId: The primary key (auto-incremented)
Declaration
public const string AccessScriptId = "id"
Field Value
Type | Description |
---|---|
string |
AccessTableName
AccessScript.AccessTableName: The name of the table that the access_script is connected to
Declaration
public const string AccessTableName = "access_table_name"
Field Value
Type | Description |
---|---|
string |
Body
AccessScript.Body: The ejscript that limits the access to the according table
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
string |