Notifications
Notifications table for AvalaraAvatax data provider.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
The unique id of the notification. |
| CompanyId | Int | False |
If this notification was tied to a specific company, this will be the unique ID number of the company that received the notification. |
| CreatedUserId | Int | False |
The unique ID number of the user who created the notification. |
| ActionDueDate | Datetime | False |
If there is a specific action suggested by this notification, and if this action is requested by a specific due date, this value will be the due date for the action. |
| ActionName | String | False |
If there is a specific action suggested by this notification, this is the name of the action. |
| ReferenceObject | String | False |
The type name of object referred to by this notification, if any. |
| Dismissed | Bool | False |
Wether the notification is dismissed. |
| ModifiedDate | Datetime | False |
The UTC timestamp of the time when this notification was last modified. |
| ReferenceId | Int | False |
The unique reference Id number of the object referred to by this notification, if any. |
| Message | String | False |
The message for this notification. This is a friendly description of the notification and any relevant information that can help you decide what kind of action, if any, to take in response. |
| ActionLink | String | False |
If there is a specific action suggested by this notification, this is the URL of the action. |
| DismissedDate | Datetime | False |
If this notification has been dismissed, this indicates the timestamp (in UTC time) when the user dismissed the notification. |
| ModifiedUserId | Int | False |
The unique ID number of the user who most recently modified this notification. |
| ExpireDate | Datetime | False |
If this notification is time sensitive, this is the latest date when the notification should be displayed to the user. |
| NeedsAction | Bool | False |
If this notification object requires user action to resolve, this value will be set to true. |
| DismissedByUserId | Int | False |
If this notification has been dismissed, this indicates the unique ID number of the user that dismissed the notification. |
| Category | String | False |
The category of this notification. |
| Topic | String | False |
The topic of this notification. |
| AccountId | Int | False |
The unique ID number of the account that received this notification. |
| CreatedDate | Datetime | False |
The UTC timestamp of the time when this notification was created. |
| SeverityLevelId | String | False |
The severity level of the notification. |
| PageKey | String | False |