stcMessage Members
The stcMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AuthorID |
Id of a valid active user in the database who has created Announcement
Required when viewing/editing announcement |
![]() |
AuthorName |
Name of a valid active user in the database who has created Announcement
Required when creating/viewing/editing announcement |
![]() |
EndDate |
Specify datetime value as when the anncoument will expire
Required when creating new Announcement |
![]() |
format |
– If Specified, has to be one of the possible values for the Enumerated Data type clsEnum. HsMemoFormatType.
– If not specified, will be taken as Text Format. clsEnum. HsMemoFormatType. Text /// By Default it sets to 1 Optional |
![]() |
FormattedMemo |
Memo Text - Either this OR Memo has to be non-empty.
If specified, it has to be a valid HTML string enclosed within and tags and containing at least one additional set of html tags within. If Formatted Memo is empty, FormatType will be set to Text format. |
![]() |
ID |
Id of Announcement created.
Not Required when creating new Announcement Required when viewing/editing announcement |
![]() |
InActive |
Specifies if the Announcement is de-activated or not
When adding a new Announcement it is set to default as 0 0: Active Announcement -1: De-activated Announcement |
![]() |
InActiveDate |
Specifies Date Time value to indicate when the Announcement got de-activated.
When adding a new Announcement it sets the default to NULL |
![]() |
Memo |
Memo Text - Either this OR FormattedMemo has to be non-empty.
|
![]() |
Recipients |
Specifies whether the recipients of the announcement is set to “All Users” or “Privileged Users”
When new Announcement is created, by Default it is set to 0 (Optional) |
![]() |
RecurrenceId |
When new Announcement is created, by Default it is set to 0
Internal use |
![]() |
RecurrenceMsg |
Internal use
|
![]() |
schedule |
Internal use
(Optional) |
![]() |
StartDate |
Specify date time value as when the Announcement will be valid
Required when creating new Announcement |
![]() |
TaskScheduled |
Internal use
By Default set to 0 0: No recurrence 1: Recurrence |
![]() |
Title |
Specifies the title of the Announcement
Required when creating new Announcement |
![]() |
Trace |
Internal use
When new Announcement is created by default it is set to Null (Optional) |