Show / Hide Table of Contents

Class DBC.ErpConnectionAccessFields

Fields for ErpConnectionAccess, Access control for Erp Connections

Inheritance
Object
DBC.ErpConnectionAccessFields
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 ErpConnectionAccessFields

Fields

AssociateId

ErpConnectionAccess.AssociateId: If set, then this row grants access for a particular associate

Declaration
public const string AssociateId = "AssociateId"
Field Value
Type Description
String

CanConnect

ErpConnectionAccess.CanConnect: If set, then this user/group is allowed to create and break connections between EXISTING actors in ERP and CRM

Declaration
public const string CanConnect = "CanConnect"
Field Value
Type Description
String

CanCreateERP

ErpConnectionAccess.CanCreateERP: If set, then this user/group is allowed to create NEW actors in ERP and connect them to CRM

Declaration
public const string CanCreateERP = "CanCreateERP"
Field Value
Type Description
String

ErpConnectionAccessId

ErpConnectionAccess.ErpConnectionAccessId: Primary key

Declaration
public const string ErpConnectionAccessId = "erpconnectionaccess_id"
Field Value
Type Description
String

ErpConnectionId

ErpConnectionAccess.ErpConnectionId: Link to Erp connection we're granting access for

Declaration
public const string ErpConnectionId = "ErpConnectionId"
Field Value
Type Description
String

Registered

ErpConnectionAccess.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

ErpConnectionAccess.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

ErpConnectionAccess.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

ErpConnectionAccess.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

ErpConnectionAccess.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

UserGroupId

ErpConnectionAccess.UserGroupId: If set, then this row grants access for a particular group of users

Declaration
public const string UserGroupId = "UserGroupId"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top