This entity represents alert records associated with client accounts. The attached contains the required format for the IClientAlert.CSV with a sample record.


The Type defines how the sample file handles the data type to produce the correct delimiters for each field. Make sure to change the custom field format if any fields noted as "integer" contain alphanumeric data.

Fields

Field Name 

Required 

Type 

Description 

ClientID 

Y 

nvarchar(4000) 

 

ClientPmsID 

Y 

nvarchar(MAX) 

 

Value 

Y 

nvarchar(MAX) 

 

IsMedical 

 

bit 

 

[Key] 

Y 

nvarchar(4000) 

Unique record ID -can be the same as the [ClientID]  

PmsID 

 

nvarchar(MAX) 

Unique record ID -can be the same as the [Key]  


Sample File