Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

CopayActivity

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table is used to record changes in the copay amount attributed to the charge.

Field Datatype Default Null Option Comment
ChargeSID INTEGER ?   MANDATORY FK
Source CHARACTER(1)   MANDATORY System set source of activity. Possible values are (R)eceipt or (C)harge.
CreateStamp CHARACTER(14)   MANDATORY System generated date/time stamp record was created.
JournalSID INTEGER ?   MANDATORY FK
PostDate DATE   MANDATORY Date entry was posted.
Amount DECIMAL(10,2) 0   OPTIONAL Amount of the copay adjustment.
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
Charge CopayActivity.ChargeSID = Charge.ChargeSID CASCADE if CopayActivity exists

Child Tables
Child TableJoin PhraseWhen deleting CopayActivity record...