Enum TextType
Value for field 'type' in table 'text'. This Enum is used by: text.type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TextType : short
Fields
| Name | Description |
|---|---|
| AppointmentText | 4: Descriptive text area in the appointment dialog. |
| AudienceSignOffConfirmation | 23: Confirmation text to be shown to users who 'sign off' from an event, in Audience |
| AudienceSignOnConfirmation | 22: Confirmation text to be shown to users who 'sign on' to an event, in Audience |
| ContactInfo | 1: A Post-it (paperclip) on the contact card |
| DayInfo | 15: A Post-it attached to a specific day (via an appointment) |
| DocumentText | 5: Document optional long description (keywords). Owner is document. |
| LongPreference | 16: Extra information for a saved set of search criteria |
| NameExtension | 26: Extension of NAME of MDO list |
| Notepad | 8: Personal notepad as used extensively in 4.5. |
| PersonInfo | 2: A Post-it in the person dialog, shown as a descriptive text box in the info panel |
| ProjectInfo | 11: A Post-it (paperclip) on the project card. |
| ProjectMemberText | 13: Descriptive text area in the project member dialog. |
| ProjectText | 6: Descriptive text area on the project card. |
| Reserved1 | 3: PersonEmail - currently not in use (4.5 legacy, removed by conversion program) |
| Reserved2 | 9: MailAppointmentText - currently not in use (4.5 legacy, removed by conversion program) |
| Reserved3 | 10: ContactUrl - currently not in use (4.5 legacy, removed by conversion program) |
| RoleInfo | 19: Extra information about a user role |
| SaleInfo | 25: A Post-it (paperclip) on the Sale panel |
| SaleText | 7: Descriptive text area in the sale dialog. |
| SearchCriteriaGroupInfo | 18: Extra information about a user role |
| SearchCriteriaInfo | 17: Extra information for a saved search criteria subgroup |
| SelectionInfo | 12: A Post-it (paperclip) on the selection card. |
| SelectionText | 14: Descriptive text area on the selection card. |
| StatusMonitorDefaultTaskText | 24: Default task text for new tasks created in response to a status monitor watermark (linked to statusdef) |
| StatusMonitorInfo | 21: Extra information about a status monitor (linked to statusdef) |
| TooltipExtension | 27: Extension of TOOLTIP of MDO list |
| UdefListSQL | 20: SQL text to be executed when populating a user-defined fields' drop-down box |
| Unknown | 0: Unknown - used when initializing |