This entity represents associations between group codes and linked reminder codes. The attached contains the required format for the ICodeAssociation_LinkedReminder.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 

SiteID 

 

 

Id of site if more than one site location is being converted 

ParentCodeID 

Y 

String/Varchar(Max) 

Key from ICodeBillables_GroupCode 

AssociatedCodeId 

Y 

String/Varchar(Max) 

Key from ICodeBillables 

Quantity 

Y 

Integer 

Defaults to 1 

Price 

Y 

Decimal 

Default to 0 

Type 

 

String 

Default  to LinkedReminder 

Key 

 

String/Varchar(4000) 

Concatenation of Code, |, RemCode (If using SiteID concatenate to the end) 

PmsID 

 

String/Varchar(Max) 

Concatenation of Code, |, RemCode (If using SiteID concatenate to the end) 

ReminderDays 

 

Integer 

Number of days for reminder 

Sample File