Letter
A letter aggregates summary information about a letter. A letter links to a crystal report class. The letters also contain and
order in which letters of a particular letter type should be sent to clients. A fee is also associated with the letter such that
when this letter is sent to a client, a fee can be charged to their account.
Properties: LetterID short ID of the letter type in persistent storage.
LetterTypeID byte ID of the letter group to which this letter type belongs.
ProductTypes byte Product type of which this letter type belongs
CUFeeID* short ID of the fee charged when this letter type is sent to a customer.
Name string Name of the letter schedule.
Description string Description of the letter schedule.
LetterReport int Links to the letter report run when this letter type is generated in a letter batch.
Order byte Order in which this letter should be sent to clients relative to other letter types in the
same letter group.
FeeAmount decimal Amount of the fee to charge. (Variable fee only)
PayFee bool Whether or not to pay the fee as a non-cash fee where possible.
DefaultSignatory string Default signatory for the letter.
Active bool Indicates whether or not the letter group is active. Member of the base class.
* These properties are optional.
Error Messages: 5781 - 5800
Last Used: 5791
Created: [mb 20070118]
Modified: [mb 20070206] - Added CustomerOnly.
[mb 20070207] - Replaced TemplateFileName with LetterReport.
[mb 20070212] - Added FeeAmount and PayFee.
[mb 20070316] - Refactored and simplified.
[noc 14 Oct 09] - Added Product Type
| Name | Description | Type | Additional information |
| LetterID |
|
integer
|
|
| LetterType |
|
LetterTypes
|
|
| CUFeeID |
|
integer
|
|
| Name |
|
string
|
|
| Description |
|
string
|
|
| LetterText |
|
string
|
|
| LetterReport |
|
Collection of byte
|
|
| LetterReportFile |
|
string
|
|
| Order |
|
byte
|
|
| FeeAmount |
|
decimal number
|
|
| PayFee |
|
boolean
|
|
| DefaultSignatory |
|
string
|
|
| GLLink |
|
LetterGLLink
|
|
| SMSLetter |
|
boolean
|
|
| IncludeCustPicture |
|
boolean
|
|
| ProductTypes |
|
ProductTypes
|
|
| KEY |
|
integer
|
|
| Active |
|
boolean
|
|
| Timestamp |
|
Collection of byte
|
|
| TSChanged |
|
boolean
|
|
| AuditHeaderID |
|
integer
|
|
| AuditType |
|
AbacusAudit.AuditTypes
|
|
| m_CreationDate |
|
date
|
|
| m_EditDate |
|
date
|
|