Class Constants.StyleHints
Style hints for archive list data rows. A style hint says something about how the row should be styled, but this is indirect - thus a hint. A style hint will be something like 'processed' or 'expired'; the GUI will then translate that into some concrete behavior, such as boldface, coloured font or whatever.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class Constants.StyleHints
Fields
Active
Criteria is active
Declaration
public const string Active = "active"
Field Value
Type | Description |
---|---|
string |
Bold
Unseen emails
Declaration
public const string Bold = "bold"
Field Value
Type | Description |
---|---|
string |
Conflict
Appointment is in conflict with at least one other appointment
Declaration
public const string Conflict = "conflict"
Field Value
Type | Description |
---|---|
string |
DeletedItem
Deleted item
Declaration
public const string DeletedItem = "deleted_item"
Field Value
Type | Description |
---|---|
string |
Expired
Appointment is expired/overdue
Declaration
public const string Expired = "expired"
Field Value
Type | Description |
---|---|
string |
InActive
Criteria is inactive
Declaration
public const string InActive = "inactive"
Field Value
Type | Description |
---|---|
string |
LoggedOnWin
Is there an activeuser record, indicating that an associate is logged on to the windows client
Declaration
public const string LoggedOnWin = "loggedOnWin"
Field Value
Type | Description |
---|---|
string |
Lost
Lost sales
Declaration
public const string Lost = "lost"
Field Value
Type | Description |
---|---|
string |
NegativeResponse
Negative response to booking, usually red
Declaration
public const string NegativeResponse = "negativeResponse"
Field Value
Type | Description |
---|---|
string |
New
Invitations that are new
Declaration
public const string New = "new"
Field Value
Type | Description |
---|---|
string |
NoMail
Contact or Person does not wish to receive mailings
Declaration
public const string NoMail = "nomail"
Field Value
Type | Description |
---|---|
string |
NotInSync
Caution warning: NotInSync
Declaration
public const string NotInSync = "notInSync"
Field Value
Type | Description |
---|---|
string |
NotNotifiedByEmail
Caution warning: NotNotifiedByEmail
Declaration
public const string NotNotifiedByEmail = "notNotifiedByEmail"
Field Value
Type | Description |
---|---|
string |
Owner
Participant who is the owner of the meeting
Declaration
public const string Owner = "owner"
Field Value
Type | Description |
---|---|
string |
Private
Appointment is private (to person, not group)
Declaration
public const string Private = "private"
Field Value
Type | Description |
---|---|
string |
Processed
Invitations that have been processed
Declaration
public const string Processed = "processed"
Field Value
Type | Description |
---|---|
string |
Rank0
Rank 0, in SuperListColumnSize indicates a column that is currently not shown
Declaration
public const string Rank0 = "rank0"
Field Value
Type | Description |
---|---|
string |
RankOne
The (hopefully only) person with rank 1 on this contact
Declaration
public const string RankOne = "rankone"
Field Value
Type | Description |
---|---|
string |
Retired
Associate has retired and is no longer active
Declaration
public const string Retired = "retired"
Field Value
Type | Description |
---|---|
string |
SoftDeleted
Soft deleted entity
Declaration
public const string SoftDeleted = "softDeleted"
Field Value
Type | Description |
---|---|
string |
Sold
Lost sales
Declaration
public const string Sold = "sold"
Field Value
Type | Description |
---|---|
string |
Stalled
Stalled sales
Declaration
public const string Stalled = "stalled"
Field Value
Type | Description |
---|---|
string |
Stop
Contact has STOP property set (big red X in contact card)
Declaration
public const string Stop = "stop"
Field Value
Type | Description |
---|---|
string |
TicketUnread
Ticket not read by owner
Declaration
public const string TicketUnread = "ticketUnread"
Field Value
Type | Description |
---|---|
string |