Table 503 Reminder Email Text in 24
- App
- Base Application
- Namespace
- Microsoft.Sales.Reminder
Fields, 7Keys, 1Procedures, 14
Versions171819202122232425262728latest
Source29
Fields, 7
| Id | Name | Type | Obsolete |
|---|---|---|---|
| 1 | Id | Guid | - |
| 2 | Language Code | Code[10] | - |
| 3 | Source Type | Enum Reminder Text Source Type | - |
| 4 | Subject | Text[128] | - |
| 5 | Greeting | Text[128] | - |
| 6 | Body Text | Blob | - |
| 7 | Closing | Text[128] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | Id, Language Code | - |
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetDescriptionLbl | () | Text | internal | - |
| GetAmtDueLbl | () | Text | internal | - |
| GetBodyLbl | () | Text | internal | - |
| GetDefaultSubjectLbl | () | Text | internal | - |
| GetDefaultGreetingLbl | () | Text | internal | - |
| GetDefaultBodyTextLbl | () | Text | internal | - |
| GetDefaultClosingLbl | () | Text | internal | - |
| SetBodyText | (Text) | public | - | |
| SetBodyText | (Text, var Record Reminder Email Text) | public | - | |
| GetBodyText | () | Text | public | - |
| GetBodyText | (var Record Reminder Email Text) | Text | public | - |
| SetDefaultContentForNewLanguage | (Guid, Enum Reminder Text Source Type) | public | - | |
| SetDefaultContentForNewLanguage | (Guid, Code[10], Enum Reminder Text Source Type) | public | - | |
| SetDefaultContentForNewLanguage | (Guid, Code[10], Enum Reminder Text Source Type, Guid) | public | - |