Last Updated: 7/22/2025 8:42:49 PM
Intergy Version: 22.00.00.00
ResponsibilityTransfer
Table Definition  Parent Tables  Child Tables
Table DefinitionField | Datatype | Default | Null Option | Comment |
---|---|---|---|---|
ChargeSID | INTEGER | ?   | MANDATORY | FK |
ActivityCount | INTEGER | 0   | MANDATORY | FK |
TransferType | CHARACTER(1) |   | OPTIONAL | Programmatically set type of transfer. Possible values are (M)anual (A)utomatic |
RespPartyType | CHARACTER(1) |   | MANDATORY | Determines if responsibility is for guarantor or plan. |
RespPartyID | INTEGER | ?   | OPTIONAL | FK |
PolicyNumber | CHARACTER(20) |   | OPTIONAL | Policy number. |
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. |
CreateStamp | CHARACTER(14) |   | OPTIONAL | System generated date/time stamp record was created. |
CreateUser | INTEGER | ?   | OPTIONAL | User ID of user that created the record. |
RespCoverageOrder | INTEGER | 0   | MANDATORY | Coverage order of the responsible party on the charge. A value of 99 means guarantor. |
Parent Table | Join Phrase | When deleting parent record... |
---|---|---|
Policy | ResponsibilityTransfer.RespPartyID = Policy.PlanID and ResponsibilityTransfer.PolicyNumber = Policy.PolicyNumber |
RESTRICT if ResponsibilityTransfer exists |
ChargeActivity | ResponsibilityTransfer.ChargeSID = ChargeActivity.ChargeSID and ResponsibilityTransfer.ActivityCount = ChargeActivity.ActivityCount |
CASCADE if ResponsibilityTransfer exists |
Child Table | Join Phrase | When deleting ResponsibilityTransfer record... |
---|