Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldComputed

FieldComputed

Hierarchy

Index

Properties

Optional AutoIndexed

AutoIndexed: boolean

Optional CanBeDeleted

CanBeDeleted: boolean

Optional ClientSideComponentId

ClientSideComponentId: any

Optional ClientSideComponentProperties

ClientSideComponentProperties: string

Optional ClientValidationFormula

ClientValidationFormula: string

Optional ClientValidationMessage

ClientValidationMessage: string

Optional CustomFormatter

CustomFormatter: string

Optional DefaultFormula

DefaultFormula: string

Optional DefaultValue

DefaultValue: string

Optional Description

Description: string

Optional Direction

Direction: string

Optional EnableLookup

EnableLookup: boolean

Optional EnforceUniqueValues

EnforceUniqueValues: boolean

Optional EntityPropertyName

EntityPropertyName: string

Optional FieldTypeKind

FieldTypeKind: number

Optional Filterable

Filterable: boolean

Optional FromBaseType

FromBaseType: boolean

Optional Group

Group: string

Optional Hidden

Hidden: boolean

Optional Id

Id: any

Optional IndexStatus

IndexStatus: number

Optional Indexed

Indexed: boolean

Optional InternalName

InternalName: string

Optional JSLink

JSLink: string

Optional NoCrawl

NoCrawl: boolean

Optional PinnedToFiltersPane

PinnedToFiltersPane: boolean

Optional ReadOnlyField

ReadOnlyField: boolean

Optional Required

Required: boolean

Optional SchemaXml

SchemaXml: string

Optional SchemaXmlWithResourceTokens

SchemaXmlWithResourceTokens: string

Optional Scope

Scope: string

Optional Sealed

Sealed: boolean

Optional ShowInFiltersPane

ShowInFiltersPane: number

Optional Sortable

Sortable: boolean

Optional StaticName

StaticName: string

Optional Title

Title: string

Optional TypeAsString

TypeAsString: string

Optional TypeDisplayName

TypeDisplayName: string

Optional TypeShortDescription

TypeShortDescription: string

Optional ValidationFormula

ValidationFormula: string

Optional ValidationMessage

ValidationMessage: string

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

response

response: string

The response

Methods

DescriptionResource

TitleResource

add

delete

  • delete(): IBaseExecution<any>

disableIndex

  • disableIndex(): IBaseExecution<number>

enableIndex

  • enableIndex(): IBaseExecution<number>

setShowInDisplayForm

  • setShowInDisplayForm(value?: boolean): IBaseExecution<any>

setShowInEditForm

  • setShowInEditForm(value?: boolean): IBaseExecution<any>

setShowInNewForm

  • setShowInNewForm(value?: boolean): IBaseExecution<any>

stringify

  • stringify(): string

update

  • update(properties?: any): IBaseExecution<any>
  • Parameters

    • Optional properties: any

    Returns IBaseExecution<any>

Generated using TypeDoc