Contains info about Autopay sessions. In an Autopay session the system automatically creates checks from a pay schedule detail record. |
client_pay_schedule_detail_KEY | int (4) | NOT NULL | Primary key. Doubles as the link to the paschedule detail that was processed by the Autopay session. |
session_start_date | smalldatetime (4) | NOT NULL | Date and time the session started. |
autopay_session_status_KEY | tinyint (1) | NOT NULL | Status of the session. |
user_session_guid | uniqueidentifier (16) | NOT NULL | User session that started the Autopay session. Used for cleanup if the Autopay session stops abruptly. |
details | nvarchar (-1) | | Details, if any, of what happened in the session. Nonscalar data stored using JSON. Can include error messages as well as basic processing information. |