NSFieldInfoBase
Abstract basic information about database fields. May be custom or user-defined fields. The information can be used to build a user interface.
Abstract basic information about database fields. May be custom or user-defined fields. The information can be used to build a user interface.
Initializes a new instance of the NSFieldInfoBase class.
Returns: CRMScript.Global.String - Optional tooltip text for this field.
Example:
Returns: CRMScript.Global.String - Label for field. May be multi-lang string encoded.
Example:
Returns: CRMScript.Global.String - Database name or prog-id ‘x_foobar’ or ‘SuperOffice:2’.
Example:
Returns: CRMScript.Global.Integer - What sort of data does this field contain. See <xref href=“CRMScript.NetServer.CustomFieldType” data-throw-if-not-resolved=“false”></xref>.
Example:
Returns: CRMScript.Global.Bool - Hide the field from the UI. Only allow API access.
Example:
Returns: CRMScript.Global.Bool - Hide the label if 1
Example:
Returns: CRMScript.Global.Bool - Should this field be shown to external users via customer center?
Example:
Returns: CRMScript.Global.Bool - Is this field indexed? true if yes; false if no.
Example:
Returns: CRMScript.Global.Bool - 0 = no, 1 = yes (field must be filled out).
Example:
Returns: CRMScript.Global.Bool - 0 = read/write, 1 = readonly (don’t combine with mandatory).
Example:
Returns: CRMScript.Global.Integer - Tab order, ranking within the custom fields.
Example:
Returns: CRMScript.Global.String - Short name to be used in Archive headings and on page 1. If blank, the fieldLabel will be used everywhere.
Example:
Returns: CRMScript.Global.String - Template variable name ‘cs01’, ‘cl02’ etc. Null for extra fields.
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSUserDefinedFieldInfoAgentGet Custom Field Info ListGet Consent InfosQuoteConnectorBase implementationGet Custom Field Info