- DarkLight
Anonymous Inbound SMS
- DarkLight
Source Table | Column Name | Display Name | Data Type | Description | Platform |
---|---|---|---|---|---|
RPT_ITR_IncomingMessageLog | ID | ID | bigint (not null) | Auto-generated unique identifier for the incoming message. | All |
RPT_ITR_IncomingMessageLog | Source | Source | nvarchar (20) (null) | The source device (contact number) of the SMS message. | All |
RPT_ITR_IncomingMessageLog | Destination | Destination | nvarchar (20) (null) | The destination device (contact number) of the SMS message. | All |
RPT_ITR_IncomingMessageLog | Message | Message | nvarchar (256) (null) | The content of the SMS message. | All |
RPT_ITR_IncomingMessageLog | EntryTime | EntryTime | datetime (null) | The date and time the application created this log entry. | All |
RPT_ITR_IncomingMessageLog | TenantID | TenantID | int (null) | The Tenant ID auto-generated by the application when a new tenant is created. | All |
RPT_ITR_IncomingMessageLog | SubTenantID | SubTenantID | int (null) | The Sub Tenant ID autogenerated by the application when a new tenant is created. | All |