Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Request Notices

Details

Table ID: h_sm_request_notices

Contains a list of notices to display to the top of a Request

Table Attributes

Name Value
Primary Key h_id

Columns

Name & ID Description Column Attributes Relationships
Activity ID
h_activity_id
The activity ID on the request timeline, when a notice gets added, updated or removed
Type VARCHAR
Size 100
Nullable true
Date Created
h_date_created
The creation date of the record
Type DATETIME
Nullable true
Indexed true
Date Last Updated
h_last_updated_date
The last updated Date/Time of the record.
Type DATETIME
Nullable true
Entity ID
h_id
This is the unique record ID
Type INTEGER
Nullable false
Primary Key true
Auto Increment true
Is Suspend Node
h_is_suspend_node
This value (0,1) is only relevant when the notice source is set to BPM. If the value is 1, it means that the notice has been added by a BPM node to suspend the request (e.g. Requests->Suspend->Wait for Customer)
Type INTEGER
Nullable true
Notice body
h_text
The text to display to the top of the request
Type VARCHAR
Size 255
Nullable true
Indexed true
Notice language
h_language
The language of the notice when its created
Type VARCHAR
Size 8
Nullable true
Notice owner ID
h_owner_id
The ID of the notice owner
Type VARCHAR
Size 100
Nullable true
Indexed true
Notice source
h_source
The source of the notice (Manual, BPM)
Type VARCHAR
Size 8
Nullable true
Indexed true
Notice type
h_type
The type of notice (Alert, Information)
Type VARCHAR
Size 16
Nullable false
Indexed true
Notice visibility
h_visibility
The Visibility of the notice i.e. Team, Customer, Both
Type VARCHAR
Size 16
Nullable true
Indexed true
The request ID
h_request_id
This ID of the request the notice relates to
Type VARCHAR
Size 100
Nullable false
Indexed true
Many to One
h_itsm_requests.h_pk_reference
In This Document