Show / Hide Table of Contents

Class DBC.AccessScriptFields

Fields for AccessScript, Scripts to implement row-based access rules (sentry light)

Inheritance
Object
DBC.AccessScriptFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top