ServicePRO SDK Help

stcMessage Properties

The stcMessage type exposes the following members.

Properties


  Name Description
Public property AuthorID
Id of a valid active user in the database who has created Announcement
Required when viewing/editing announcement
Public property AuthorName
Name of a valid active user in the database who has created Announcement
Required when creating/viewing/editing announcement
Public property EndDate
Specify datetime value as when the anncoument will expire
Required when creating new Announcement
Public property 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
Public property 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.
Public property ID
Id of Announcement created.
Not Required when creating new Announcement
Required when viewing/editing announcement
Public property 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
Public property InActiveDate
Specifies Date Time value to indicate when the Announcement got de-activated.
When adding a new Announcement it sets the default to NULL
Public property Memo
Memo Text - Either this OR FormattedMemo has to be non-empty.
Public property 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)
Public property RecurrenceId
When new Announcement is created, by Default it is set to 0
Internal use
Public property RecurrenceMsg
Internal use
Public property schedule
Internal use
(Optional)
Public property StartDate
Specify date time value as when the Announcement will be valid
Required when creating new Announcement
Public property TaskScheduled
Internal use
By Default set to 0
0: No recurrence
1: Recurrence
Public property Title
Specifies the title of the Announcement
Required when creating new Announcement
Public property Trace
Internal use
When new Announcement is created by default it is set to Null
(Optional)