CStringField
Custom string field definition.
Extends
Fields
Field | Type | Description |
---|---|---|
recordid | long | Unique field record ID. |
name | string | Field name. |
value | date | Custom field value. |
isMultilineString | boolean | Indicates if the custom field is a multi-line text field. |
containsFormatting | boolean | Indicates if the custom field contains formatted text. See Working with multi-line text fields for formatting information. |
inlineAttachmentList | CFileAttachment[] | CFileAttachment items associated with the custom field. |