Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFieldInfoCalculated

Calculated Field Information

Hierarchy

Index

Properties

Optional allowDeletion

allowDeletion: boolean

True, to allow deletion of the field.

Optional decimals

decimals: number

The number of decimal places

Optional defaultValue

defaultValue: string

The default value of the field.

Optional description

description: string

The field description.

Optional fieldRefs

fieldRefs: Array<string>

The field references

Optional format

format: number

The date/time format

Optional formula

formula: string

The formula

Optional group

group: string

The group name.

Optional hidden

hidden: boolean

True for hidden fields.

Optional indexed

indexed: boolean

True to index the field.

Optional jslink

jslink: string

The JSLink value for the field.

Optional lcid

lcid: number

The country/region whose currency format is being used.

name

name: string

The internal name of the field.

Optional numberType

numberType: number

The number field type

Optional readOnly

readOnly: boolean

Flag to determine if the field is readonly.

Optional required

required: boolean

Flag to determine if the field is required.

Optional resultType

resultType: string

The result type

Optional schemaXml

schemaXml: string

The schema definition of the field.

Optional showInDisplayForm

showInDisplayForm: boolean

Flag to make this field visible in the display form.

Optional showInEditForm

showInEditForm: boolean

Flag to make this field visible in the edit form.

Optional showInListSettings

showInListSettings: boolean

Flag to make this field visible in the list settings.

Optional showInNewForm

showInNewForm: boolean

Flag to make this field visible in the new form.

Optional showInViewForms

showInViewForms: boolean

Flag to make this field visible in the list views.

Optional title

title: string

The field title

Optional type

type: number

The field type

Generated using TypeDoc