This is a locking table that ensures an AR Transaction added to it is not being printed by more than one user at a time. |
gl_transaction_KEY | int (4) | NOT NULL | The primary key for this table and foreign key to the AR Transaction record being printed. |
reference_number | nvarchar (32) | NOT NULL | The reference number of the AR Transaction being printed. New reference numbers are not saved back to the transaction until the printing process is over. This stores the reference number for use in reports. |
user_session_guid | uniqueidentifier (16) | NOT NULL | Guid that identifies the user session this record is part of. |