Name | Description | Type | Additional information |
---|---|---|---|
CreatedByPersonID |
Author of the bulletin |
integer |
None. |
LinkedToPersonID |
Optional person the bulletin is about |
integer |
None. |
TypeID |
Type of Bulletin --- all user created bulletins are of typeID 0 |
integer |
None. |
PriorityID |
Regular (0) or High Priority (1) |
integer |
None. |
Copy |
The comment message |
string |
None. |
IsPublic |
If the bulletin is public, it means it is for everyone and all ACTIVE users at the camp will receive a copy If not public, it means the user chose "For Me" or "For Persons" |
boolean |
None. |
ApplicableStatusesFlagID |
Designates the requirements for the ticket 1 = None, 2 = See It, 4 = Do It and 6 = See It and Do It |
integer |
None. |
RecipientArray |
The list of PersonID's to whom to deliver this bulletin --- this list will be empty if IsPublic is true as all ACTIVE users will receive a copy |
Collection of integer |
None. |
DisplayDateAsString |
String version of a Date for Date to Display (Post On) -- in the format of "yyyy-mm-dd" |
string |
None. |
BulletinBoardItemID |
Reflects the bulletin board item being modified |
integer |
None. |
BulletinBoardItemPersonStatusID |
Reflects the status state to which the bulletin will be changed |
integer |
None. |
TimeZoneOffset |
The modify call will return bulletins using the time zone offset for the display date/time |
decimal number |
None. |