Show / Hide Table of Contents

Class DBC.FormFieldRestrictionFields

Fields for FormFieldRestriction, This table contains all form fields restrictions

Inheritance
object
DBC.FormFieldRestrictionFields
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 DBC.FormFieldRestrictionFields

Fields

FieldIdentifier

FormFieldRestriction.FieldIdentifier: the identifier for the field

Declaration
public const string FieldIdentifier = "field_identifier"
Field Value
Type Description
string

FieldRestriction

FormFieldRestriction.FieldRestriction: The restriction set on the field

Declaration
public const string FieldRestriction = "field_restriction"
Field Value
Type Description
string

FormFieldRestrictionId

FormFieldRestriction.FormFieldRestrictionId: Primary key

Declaration
public const string FormFieldRestrictionId = "form_field_restriction_id"
Field Value
Type Description
string

Registered

FormFieldRestriction.Registered: Registered when

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

RegisteredAssociateId

FormFieldRestriction.RegisteredAssociateId: Registered by whom

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

Updated

FormFieldRestriction.Updated: Last updated when

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

UpdatedAssociateId

FormFieldRestriction.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

FormFieldRestriction.UpdatedCount: Number of updates made to this record

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